Title: Arrow position
Last modified: August 21, 2016

---

# Arrow position

 *  Resolved [stardustmag](https://wordpress.org/support/users/stardustmag/)
 * (@stardustmag)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/arrow-position/)
 * Hi,
 * First off thank you for the plugin! I have it working on one of my pages and 
   now I want to customize it a bit. It sounds like it would be an easy task but
   I can’t seem to figure out how to position the arrows to be on the baseline of
   the title text..
 * Here is the link to the page: [http://stardust-mag.com/prod/submit/](http://stardust-mag.com/prod/submit/)
 * Thanks in advance!
    S
 * [http://wordpress.org/plugins/jquery-collapse-o-matic/](http://wordpress.org/plugins/jquery-collapse-o-matic/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/arrow-position/#post-4494214)
 * [http://wordpress.org/support/topic/trigger-text-position](http://wordpress.org/support/topic/trigger-text-position)
 *  Thread Starter [stardustmag](https://wordpress.org/support/users/stardustmag/)
 * (@stardustmag)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/arrow-position/#post-4494279)
 * Hi Baden,
 * I read the thread you sent but when I place the css
 *     ```
       .collapseomatic {
       	padding-top: 7px;
       }
       ```
   
 * it seems to do the opposite of what I want, it raised the arrow from the bottom.
   I want to center the arrow within the height of the title text.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/arrow-position/#post-4494315)
 * Hello S,
 * The full standard CSS definition for the collapseomatic class is:
 *     ```
       .collapseomatic {
       	background-image: url(images/arrow-down.png);
       	background-repeat: no-repeat;
       	padding: 0 0 10px 16px;
       	cursor: pointer;
       }
       ```
   
 * Since the arrow is placed as the background image you can adjust it’s position
   using the [background-position](http://www.w3schools.com/cssref/pr_background-position.asp)
   attribute:
 *     ```
       .collapseomatic {
       	background-position: 0 10px;
       }
       ```
   
 *  Thread Starter [stardustmag](https://wordpress.org/support/users/stardustmag/)
 * (@stardustmag)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/arrow-position/#post-4494381)
 * Thank you! It worked.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/arrow-position/#post-4494402)
 * Glad to hear this. Don’t forget to [vote for Pedro](http://wordpress.org/support/view/plugin-reviews/jquery-collapse-o-matic)!

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

The topic ‘Arrow position’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/arrow-position/#post-4494402)
 * Status: resolved