How to Disable the Grid Layout in Business Pro
In the Business Pro child theme, the blog archive page has been set to use a masonry layout. Several buyers have asked how they can disable that to display post entries normally. Place the following code snippet in Appearance → Customize → Additional CSS or at the very bottom of your theme’s style.css file: .blog .entry,.category .entry { width: 100% !important;} …