• Resolved sogrim

    (@sogrim)


    Hello!

    I’m using Otter plugin, it is very useful. But one thing doesn’t work properly on my site. The section with blog posts is displaced. It shows less columns than I choose, leaving blanc space on the right. If I choose 2 columns, it shows 1. If it is set to 4, it shows 3.

    Is that any conflict with my templates?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey there,

    That’s weird. You can add the following CSS to your WordPress to make it work:

    .wp-block-themeisle-blocks-posts-grid.is-grid.posts-grid-columns-4 .posts-grid-post-blog {
        flex: 0 0 20%;
    }

    Let me know if it works else we can try something else. ??

    Thread Starter sogrim

    (@sogrim)

    Hi!

    I added this code to CSS of the block on the page and it works!
    4 columns looked ok.
    I made 3 columns and fitted them with flex 29 percents.

    Thank you!

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    @sogrim You’re welcome. Thank you for reporting this too. We will see if it happens with more people and will try to figure out how we can solve this if it’s a recurring issue.

    We hope you enjoy using Otter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog posts section is displaced’ is closed to new replies.