• Resolved llot1

    (@llot1)


    I can’t figure out the code to reduce space between content posts on my website. Can anyone help? I can’t tell if it’s a padding issues before or after posts or what CSS will reduce the space.

    Thank you.

    Website: evomed.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in,

    If you wish to suppress the extra padding under the posts so you can add following code under Appearance > Theme Options > Custom CSS:

    .hentry {
      padding: 0px;
    }

    Hope this helps!

    Thanks.

    Thread Starter llot1

    (@llot1)

    That works perfectly! You are such a wizard at this. Thank you so much for your help.

    -L

    You’re welcome! ??

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