Title: make content expand below other elements
Last modified: August 21, 2016

---

# make content expand below other elements

 *  Resolved [bsapaka](https://wordpress.org/support/users/bsapaka/)
 * (@bsapaka)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/make-content-expand-below-other-elements/)
 * I was wondering if this is possible. The reason being I have long excerpts that
   push the rest of the expand elements down. I would like them all to remain above
   the expanded material.
 * something like this:
 *     ```
       >Element 1
       >Element 2 (expanded)
       >Element 3
   
       -------------------
       Element 2 content shows here
       ```
   
 * With this I would hope to make the collpasomatic elements inline.
 * [http://wordpress.org/plugins/jquery-collapse-o-matic/](http://wordpress.org/plugins/jquery-collapse-o-matic/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-content-expand-below-other-elements/#post-4298090)
 * Hello. For this you will want to use the [roll-your-own method](http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/#roll-your-own)
   something like:
 *     ```
       <div class="collapseomatic" title="Element 1" id="elm1" >Element 1</div>
       <div class="collapseomatic" title="Element 2" id="elm2" >Element 2</div>
       <div class="collapseomatic" title="Element 3" id="elm3" >Element 3</div>
   
       <div id="target-elm1" class="collapseomatic_content">Element 1 content shows here</div>
       <div id="target-elm2" class="collapseomatic_content">Element 2 content shows here</div>
       <div id="target-elm3" class="collapseomatic_content">Element 3 content shows here</div>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘make content expand below other elements’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-collapse-o-matic_fffeff.svg)
 * [Collapse-O-Matic](https://wordpress.org/plugins/jquery-collapse-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-collapse-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-collapse-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-collapse-o-matic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/make-content-expand-below-other-elements/#post-4298090)
 * Status: resolved