• Resolved itsmir

    (@itsmir)


    As the title say, on this website the blog post grid widget doesn’t stack posts on mobile devices.

    Can you help?!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi, thanks for letting us know. The issue will be resolved in the following Widgets Bundle update. For now, you can try the following inserted at Appearance > Custom CSS or Customize > Additional CSS or the Custom CSS location of your choosing:

    @media (max-width: 780px) {
    	.sow-blog-layout-grid .sow-blog-posts {
    		grid-template-columns: repeat(1, 1fr) !important;
    	}
    }
    Thread Starter itsmir

    (@itsmir)

    That’s sorted it! Thank you.

    Plugin Support Andrew Misplon

    (@misplon)

    Super, I’m glad to hear that helped. You can remove the CSS rule after the following Widgets Bundle update.

    Cheers for now 🙂

    Andrew

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post grid not responsive’ is closed to new replies.