• Resolved jeslpowers

    (@jeslpowers)


    I’ve installed collapse-o-matic and would like to have multiple collapsible areas on one page. I’m able to have one collapsible area, but when I add another, it shows up on the same line.

    here’s a link:https://nokilltrainingacademy.org/167-2/

    How do I make the collapsible titles on separate lines?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author twinpictures

    (@twinpictures)

    your link is not active, at least not to non-logged-in users.
    Try changing your default tag from span to div.

    Thread Starter jeslpowers

    (@jeslpowers)

    I’ve made it live.

    Where to I put <div>?

    ex: [expand title=”Weather“]
    Winter: Expect temperatures from the 40’s through the 60’s. Texas weather can vary greatly from day to day, so we advise bringing layers. [/expand]

    do I put <div> before <expand title=”weather”] or within the quotes around weather?

    I’m beyond a novice at this. I apologize.

    Plugin Author twinpictures

    (@twinpictures)

    [expand tag="div" title=”Weather“]...[/expand]
    If you want to make the title bold, do it like so:
    [expand tag="div" title=”Weather“ trigclass="my_bold_class"]...[/expand]
    then add the following css under Dashboard > Settings > Collapse-O-Matic > Custom CSS:

    .my_bold_class {
       font-weight: bold;
    }
    
    Thread Starter jeslpowers

    (@jeslpowers)

    Thank you so much!

    Plugin Author twinpictures

    (@twinpictures)

    happy to help.
    If you are pleased with the plugin or it’s support, please consider leaving a review.
    Issue marked as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘put expand title on new line’ is closed to new replies.