• Resolved fabtigger

    (@fabtigger)


    I love this theme. Current on the blog homepage with this theme, images sit on top of each other with no spaces. I was wondering if there was a way to separate the images with a white line, let’s say 5px in height.

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi fabtigger,

    To create a margin between posts, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .posts .post + .post { margin-top: 5px; }

    Let me know how it goes.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Create white line to separate blog post’ is closed to new replies.