Site logo

Archived topic

No Break Between Blog Posts

3 replies · Started by Justin on February 25, 2019

Viewing posts 1–4 of 4

Hello All,

I am using the "Flint Skin - Head On" theme from the site library. The static front page looks good, but on the Blog post page everything runs together, there is no break between posts.

Is there some CSS I can insert to fix this?

thanks!

- justin

Screen Shot

Hi there,

go to Customizer > Additional CSS and change this:

.site-main {
  display: flex;
  flex-flow: row wrap;
}

to

.home .site-main {
  display: flex;
  flex-flow: row wrap;
}

Wow! Such a simple fix, thanks. I was banging my head against the wall making things way too complicated.

Much appreciated!

Glad to be of help. :)

This archived topic is closed to new replies.