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

    (@baden03)

    Yes, this issue has been asked many, many times before on this forum.

    Try changing the default tag from span to div on the plugin’s option page, located in your dashboard under Settings > Collapse-O-Matic > Default Tag.

    Please let us know if you get this issue resolved.

    Thread Starter lshanks

    (@lshanks)

    I apologize profusely then for asking something on here that has been asked more than once.

    It seems to have helped a little, but the space is still far too wide: https://eerieshoresresurrected.com/vampire-the-masquerade/camarilla/characters/positions-of-note/

    Also now when it expands there is a space under the title too. I would like to get rid of that and make it line after line. My code is pretty simple, here’s what I have:

    [expand title=”The Prince – Percival Brekshire”]Ancilla of Clan Tremere
    Played by, Justin Shullick[/expand]

    Thread Starter lshanks

    (@lshanks)

    Nevermind. I had a friend of mine who is FARRRR better at this stuff than mine, look at it and fix it. Thank you so much.

    Plugin Author Baden

    (@baden03)

    Glad you got it sussed out!

    How did you sort this problem? I have came across exact same problem and cannot find a solution unfortunately

    Plugin Author Baden

    (@baden03)

    Twiks: link please?

    I also found something of a ‘fix’ for this problem:

    1. Always add a white line after the opening [expand …], forcing the first and empty <p></p>to appear before the actual content. And then
    2. Add a negative top margin to the content, like this:

    .collapseomatic_content {
    margin-top:-20px !important;
    }

    Didn’t work for me;(

    Can anyone please provide an alternative to get it working.Badly stuck with this!;(

    I think I managed to solve this.

    1) First, change the default tag from span to div on the plugin’s options page, just as Baden said.

    2) Go to plugins editor and select collapse-o-matic from dropdown menu

    3) Click on the plugin’s current style sheet (either light or dark, you choose the style on the plugin’s settings)

    4.0) Look for .collapseomatic class and change the default bottom padding from 10px to 0, it has to look like this:
    padding: 0 0 0 16px;

    4.1) To have even less space between titles, instead of changing the bottom padding value, add display:inline; to .collapseomatic class.

    Hope it works for you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Too much space between my titles’ is closed to new replies.