Comments hassanprogrammer started the conversationMarch 1, 2021 at 7:17pmHow can I change the layout of category pages, it's currently showing the blog posts as a list, I want them as a grid of 3 boxes justified. is it possible? 4,773Michael repliedMarch 2, 2021 at 10:03am HI! You need to edit template: /wp-content/themes/thegem/index.php Example of changing default style you can see in the template: /wp-content/themes/thegem/search.php Before the editing copy file index.php to the child theme for the safety updates. Sign in to reply ...
How can I change the layout of category pages, it's currently showing the blog posts as a list, I want them as a grid of 3 boxes justified. is it possible?
HI!
You need to edit template:
/wp-content/themes/thegem/index.php
Example of changing default style you can see in the template:
/wp-content/themes/thegem/search.php
Before the editing copy file index.php to the child theme for the safety updates.