Title: trigger text position
Last modified: August 21, 2016

---

# trigger text position

 *  Resolved [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/)
 * I,ve change arrows for custom (25px x 25px). Tigger text position is on the top.
   How can I move it little down.
 * [http://wordpress.org/plugins/jquery-collapse-o-matic/](http://wordpress.org/plugins/jquery-collapse-o-matic/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/trigger-text-position/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/trigger-text-position/page/2/?output_format=md)

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466436)
 * to move the trigger text down simply add something like the following to the 
   plugin options page under Custom CSS:
 *     ```
       .collapseomatic {
       	padding-top: 7px;
       }
       ```
   
 * besides `padding-top` there are many other CSS properties on might consider adjusting.
 * Let us know if this get’s you pointed in the right direction.
 *  Thread Starter [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466498)
 * Yes it works! Thank You 🙂
    By the way, what parametr make space between arrow
   and tigger text?
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466500)
 *     ```
       .collapseomatic {
       	padding-left: 7px;
       }
       ```
   
 * If you look up [Padding CSS](http://www.w3schools.com/css/css_padding.asp) you
   will get more info. The default padding setting for .collapseomatic is:
 *     ```
       padding: 0 0 10px 16px;
       ```
   
 * which is the same as:
 *     ```
       padding-top: 0;
       padding-right: 0;
       padding-bottom: 10px;
       padding-left: 16px;
       ```
   
 *  Thread Starter [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466511)
 * Thank You, I understand it now. It works of course 🙂
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466516)
 * Great! Don’t forget to [Vote for Pedro](http://wordpress.org/support/plugin/jquery-collapse-o-matic)!
 *  [gfinberg](https://wordpress.org/support/users/gfinberg/)
 * (@gfinberg)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466524)
 * Hi guys, thanks for this info. I have a related question: I have 2 paragraphs
   and would like like the trigger text to be at the end of the first paragraph (
   same line) and on click it should expand the second paragraph below it. Does 
   that make sense?
 * I have used the following post from SpaceDonkey to hide the arrow and to get 
   the paragraphs aligned correctly: [http://spacedonkey.de/page/3/](http://spacedonkey.de/page/3/)
 * I have mocked up a screenshot of the current state and teh desired state if I
   can send it to you.
 * Kind regards
    Gary
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466526)
 * Gary, This thread is resolved. Your issue will be handled at the thread you started:
   [http://wordpress.org/support/topic/location-of-expand-text](http://wordpress.org/support/topic/location-of-expand-text)
 *  Thread Starter [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466559)
 * Thank You again for resolve my problem with trigger text position. I’ve got one
   more question but do not want open new chapter so I ues this. My question is:
   how can I set font for trigger text?
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466563)
 * Step 1. Read the Documentation: [http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/](http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/)
   
   Step 2. Read about the trigclass attribute: [http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/#trigclass](http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/#trigclass)
   Step 3: Add trigclass attribute:
 *     ```
       [expand title="Your Title" trigclass="your_class"]Target Content[/expand]
       ```
   
 * Step 4: Add your_class CSS:
 *     ```
       .your_class {
       font-color: #333000;
       }
       ```
   
 *  Thread Starter [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466565)
 * I have red documentation. Unfortunateli it doesn’t work 🙁
    I Use Subway Theme(
   by Qode) and trigclass “highligt” make background under trigger text but on Your
   sample from documentation “highlight” should change colour of the trigger text.
   Is it a problem of Subway Theme? When I done step 3 and 4 nothing happend :-(.
   And last: My trigger text always looks like sans-serif but I would like use different
   font. Is it possible?
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466574)
 * Please provide a link to your page.
 *  [gfinberg](https://wordpress.org/support/users/gfinberg/)
 * (@gfinberg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466575)
 * Hi Baden, thanks for the feedback. I have followed the instructions you sent 
   and they are working correctly as in the example. But there is still 1 issue 
   that is not resolved.
 * If you go to the following URL: [http://socialmojo.co.za/wp](http://socialmojo.co.za/wp)
 * Look at the first paragraph of copy under the slider. I want the trigger test
   to be on the same line as the last sentence of the first paragraph. So it should
   read: That’s where we come in … Read More >> [Where Read More >> is the trigger
   test]
 * On click of the trigger text the second paragraph should open as it already does.
   So everything is correct currently except for the placement of the trigger text.
   Currently it is on the next line.
 * If I could email you a mock-up of what I am looking for it might help.
 * Thanks
    Gary
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466576)
 * The reason it’s on the next line is because you a) you have a hard-return between
   your last word and the shortcode or b) it’s a [wpautop](http://wordpress.org/support/topic/plugin-jquery-collapse-o-matic-space-after-first-title?replies=16)
   issue.
 * Either way, to get around this, please post an EXACT example of how you are using
   the last sentence and the shortcode so we can help you in more detail.
 *  [gfinberg](https://wordpress.org/support/users/gfinberg/)
 * (@gfinberg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466577)
 * Hi Baden, thank you. Your suggestion resolved the issue.
 * Another question: How do I remove the color and underline from the a href of 
   the trigger text? Where would I put the “text-decoration: none”?
 * Do I put it inline or must I create a class and refer to it? If so, can you send
   me an example please?
 * Thanks
    Gary
 *  Thread Starter [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/#post-4466578)
 * Baden wrote: “Please provide a link to your page. “
    My page is still underconstruction
   but You can find trigger text here: [http://www.abl-polska.pl/wordpress/?page_id=166](http://www.abl-polska.pl/wordpress/?page_id=166)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/trigger-text-position/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/trigger-text-position/page/2/?output_format=md)

The topic ‘trigger text 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/)

 * 18 replies
 * 3 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/page/2/#post-4466585)
 * Status: resolved