Title: double arrows
Last modified: August 22, 2016

---

# double arrows

 *  Resolved [sanderbloem](https://wordpress.org/support/users/sanderbloem/)
 * (@sanderbloem)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/double-arrows-2/)
 * Hi there,
 * im using the collapse o matic plug in and i saw when i add the title attribute.
 * when i publisch i saw 2 arrows instead of 1 when i expand the title..
 * can you help me about this?
 * Thanks in advance!
 * [https://wordpress.org/plugins/jquery-collapse-o-matic/](https://wordpress.org/plugins/jquery-collapse-o-matic/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/double-arrows-2/#post-5211936)
 * You have 3 optons:
    1. use tag=”div” in your shortcode 2. set up div as the default
   tag attribute in the plugin settings. 3. if you need to use span, then you also
   need to define a trigclass such as: trigclass=”span_fix” and then define the :
   before and :after pseudo attributes as follows:
 *     ```
       .span_fix:before, .span_fix:after {
            content:  none;
       }
       ```
   
 * Any one of those three should fix the issue for you. Let us know which one you
   used and if it resolved your issue.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/double-arrows-2/#post-5212204)
 * The span_fix css has been added to version 1.5.10 of the plugin. Issue marked
   as resolved.

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

The topic ‘double arrows’ 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

 * [after](https://wordpress.org/support/topic-tag/after/)
 * [before](https://wordpress.org/support/topic-tag/before/)

 * 2 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/double-arrows-2/#post-5212204)
 * Status: resolved