• First of all, I really like what you’ve done with your blocks, have implemented several, and are in the process of replacing other blocks with yours.

    On to my issue… As you can see from the page I listed, the block is only displaying 2 columns. I have set the block up to display 3. If I change it to display 4 it shows 3 but still has the empty spot on the right.

    Any help you can give on this would be appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter tcordova

    (@tcordova)

    I “fixed” this by overriding the css for grid-3 posts to the following:

    .wp-block-kioken-kinetic-posts.is-grid .grid-post.grid-3 {
    flex: 0 0 31%;
    max-width: 31%;
    }

    Not sure if that’s the way I should have done it, but I’m getting 3 columns now.

Viewing 1 replies (of 1 total)
  • The topic ‘Kinetic Posts Issue’ is closed to new replies.