• Resolved malka1966

    (@malka1966)


    note: this is a password protected page. I didn’t want to put the password in this forum so if you need to see page is there a way I can get you password not in this forum?

    I have multiple listings with your expand–working fine but I want space between the expanded listing and the following item. Right now once I expand the content of one item there is no paragraph space after the expanded content and the next listing.

    I want it to look like this:
    book, author
    expanded content

    book, author

    But instead it looks like this:
    book, author
    expanded content
    book, author

    I have checked on Chrome and IE and both have the same issue. I am writing shortcode in html editor and NOT visual editor.

    The page I need help with: [log in to see the link]

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

    (@twinpictures)

    Add the following css to your child theme:

    .collapseomatic_content  {
       margin-bottom: 10px;
    }
    

    Adjust the margin-bottom value to increase or decrease the spacing between the collapse-content and the next expand trigger.

    Thread Starter malka1966

    (@malka1966)

    sorry, not clear what “child theme” means. do you mean the collapse-o-matic custom style css box? or do I do it within each occurrence of the shortcode?

    Thread Starter malka1966

    (@malka1966)

    well, I tried it in the custom style css box and it works, but I’m worried that’ not what you mean because that will effect all occurrences and I just want it on this page.

    Plugin Author twinpictures

    (@twinpictures)

    CSS

    .my_special_class {
       margin-bottom: 10px;
    }
    

    and then use the targclass attribute:

    [expand title="trigger text" targclass="my_special_class"]...[/expand]
    

    Issue marked as resolved.

    Thread Starter malka1966

    (@malka1966)

    ah, inline. Ok, I was hoping there was something between a global css and inline since I’ll end up having over 50 individual entries that each use an expand/collapse. but this will work–thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘space between listing’ is closed to new replies.