Title: I need Plugin help!
Last modified: August 20, 2016

---

# I need Plugin help!

 *  Resolved [peggypopdesigns](https://wordpress.org/support/users/peggypopdesigns/)
 * (@peggypopdesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/)
 * I am using collapse o matic on my wordpress site. On my FAQ page, it’s not working
   properly. The first drop down is spaced out from the others yet on my services
   page it works properly. I’ve deleted my faq page and redone it several times 
   now with the same result. I do not know what I am doing wrong. Here is the first
   few lines of code:
 * [expand title=”Where are you Located?”]PeggyPop Designs is located in Fresno,
   California.[/expand]
    [expand title=”Oh, I don’t live there.. Can I still hire
   you?”]Of course! Thanks to technology, we can work with anyone – anywhere. We
   can work together via e-mail, phone, and/or Aol Instant Messenger (AIM) also 
   we can use Skype. We can also offer remote support via Remote Desktop software.
   Other messengers can be set up upon request.[/expand]
 * If you go to my site peggypopdesigns.com and click on the faq page you’ll see
   that it’s not working properly and I do not know why.
 * Any advice would be greatly appreciated.
 * Thanks!
 * [http://wordpress.org/extend/plugins/jquery-collapse-o-matic/](http://wordpress.org/extend/plugins/jquery-collapse-o-matic/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419574)
 * This is a common issue, just scan the past pages for ‘spacing issue’ and you 
   will see a bunch of work-arounds. One of the quickest is simply to wrap your 
   expand elements in a div like so:
 *     ```
       <div>[expand title="Where are you Located?"]PeggyPop Designs is located in Fresno, California.[/expand]
       [expand title="Oh, I don't live there.. Can I still hire you?"]Of course! Thanks to technology, we can work with anyone - anywhere. We can work together via e-mail, phone, and/or Aol Instant Messenger (AIM) also we can use Skype. We can also offer remote support via Remote Desktop software. Other messengers can be set up upon request.[/expand]</div>
       ```
   
 * give that a try and if you get no satisfaction, post back and we’ll help further.
   
   Good luck!
 *  Thread Starter [peggypopdesigns](https://wordpress.org/support/users/peggypopdesigns/)
 * (@peggypopdesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419624)
 * Div didn’t work. I’ve been fighting with this for a few days now and it’s driving
   me insane.
 *  Thread Starter [peggypopdesigns](https://wordpress.org/support/users/peggypopdesigns/)
 * (@peggypopdesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419625)
 * The really odd thing is that My services page with the exact same code works 
   perfectly. lol
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419640)
 * How about sharing some links with us… maybe there is something strange going 
   on with one of your pages.
 *  Thread Starter [peggypopdesigns](https://wordpress.org/support/users/peggypopdesigns/)
 * (@peggypopdesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419641)
 * [http://www.peggypopdesigns.com/services](http://www.peggypopdesigns.com/services)
 * and [http://www.peggypopdesigns.com/faq](http://www.peggypopdesigns.com/faq)
 * Is that what you meant?
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419658)
 * ok, for the faq, you might try something like:
 *     ```
       <ul id="faq">
       [expand title="question 1" id="q1" tag="li"]answer 1[/expand]
       [expand title="question 2" id="q2" tag="li"]answer 2[/expand]
       [expand title="question 3" id="q3" tag="li"]answer 3[/expand]
       </ul>
       ```
   
 * Then you would have to use css to remove the bullets:
 *     ```
       ul#faq{
             list-style-type:none;
       }
       ```
   
 * Please let us know if that works for you.
 *  Thread Starter [peggypopdesigns](https://wordpress.org/support/users/peggypopdesigns/)
 * (@peggypopdesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419679)
 * That worked thank you so much!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419712)
 * Good to hear and you are very welcome.
    [http://wordpress.org/support/view/plugin-reviews/jquery-collapse-o-matic](http://wordpress.org/support/view/plugin-reviews/jquery-collapse-o-matic)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘I need Plugin help!’ 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/)

## Tags

 * [spacing issue](https://wordpress.org/support/topic-tag/spacing-issue/)

 * 8 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/i-need-plugin-help/#post-3419712)
 * Status: resolved