[Support request] No Break Between Blog Posts

Home Forums Support [Support request] No Break Between Blog Posts

Home Forums Support No Break Between Blog Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    Screen Shot

    #821480
    David
    Staff
    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;
    }
    #821511
    Justin

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

    Much appreciated!

    #821780
    David
    Staff
    Customer Support

    Glad to be of help. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.