Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Add this to your CSS file:

    .post {
    padding-bottom: 20px;
    }

    If you want more space, increase that number as needed.

    Thread Starter Jimmy

    (@jayem82)

    Thank you very much for the fast answer. How do I change the space between the post title and post text?

    https://www.jayem.se

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    .storytitle {
    padding-bottom: 20px;
    }
    Thread Starter Jimmy

    (@jayem82)

    No, this did not help me at all.
    I want to have a smaller space between my post title and my post text.

    If you look at https://www.jayem.se my first post showing up at the moment is:

    “diet photo”
    and then there is a transparent space between the text:
    “New week has come, time for a new…” which is the post text. I want this transparent space to be smaller.

    Looks like you have a <br/> tag between the title and the content. remove that and adjust the space in between with padding

    Thread Starter Jimmy

    (@jayem82)

    Ok. Where do I find the <br/> tag?
    In what document? CSS file? php file?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Space between posts’ is closed to new replies.