Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In a stylesheet, add the following,

    .post{
     margin-bottom: 20px;
     /* OR what ever measurement you want */
    }

    hehe ?

    try to work with a browser tool such as Firebug https://getfirebug.com/ to investigate the css selectors of your site.

    you could for instance use:

    .post {margin-bottom:30px;}

    ps: time for a break, I am getting slow ??

    Thread Starter RobhJ

    (@robhj)

    I do have Firebug and tried to find it. But post margin wasn’t in the css file.

    Thank you for the help, it worked!

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