Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Baden

    (@baden03)

    this is because the css of your p tag includes the following:

    padding: 5px 0;

    this means that by default every p tag will have 5px padding on the top and bottom.

    To fix this you can simply add the following to the plugins custom css section under Dashboard > Settings > Collapse-O-Matic > Custom CSS:

    p.collapseomatic {
         padding: 0 !important;
    }
    Thread Starter Organicsoft

    (@organicsoft)

    Hi Bade, thanks for quick feed back. I still have an issue. Titles are OK now, but arrows are on top of titles. can you look at the link from above once again.

    Thanks for your help,
    Marko

    Plugin Author Baden

    (@baden03)

    do you want the arrows, or do you want to use different arrows?
    to remove the arrows all together just add trigclass="noarrow" to your shortcode.

    Thread Starter Organicsoft

    (@organicsoft)

    Yes, I want to use arrows, but they should be next to the titles, this way title bumping into the arrows

    Thanks

    Plugin Author Baden

    (@baden03)

    well, then you will need to adjust the css.

    p.collapseomatic {
         padding: 0 0 0 16px;
    }

    This issue is now marked as resolved. If you need help with CSS there are many great resources online. Good Luck!

    Thread Starter Organicsoft

    (@organicsoft)

    Thanks, this worked. great support Baden.

    Plugin Author Baden

    (@baden03)

    Glad to hear it! Please consider leaving a little review of the plugin or it’s support to help others makes informed choices!

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

The topic ‘Title as paragraph’ is closed to new replies.