Home › Forums › Support › No Break Between Blog Posts This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 25, 2019 at 2:48 pm #821404 Justin 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 GeneratePress 2.2.2GP Premium 1.7.8 February 25, 2019 at 4:44 pm #821480 DavidStaff Customer Support 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; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 25, 2019 at 5:51 pm #821511 Justin Wow! Such a simple fix, thanks. I was banging my head against the wall making things way too complicated. Much appreciated! February 26, 2019 at 2:57 am #821780 DavidStaff Customer Support Glad to be of help. 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In