Comments DmitriS started the conversationFebruary 28, 2018 at 10:11amHi!I'm using Grid Posts layout for Category, Tag, Search, Archive pages. I can get 1 or 2 columns with article thumbnails there. How can I make more columns?regards,Dmitri 2,700PenciDesign repliedFebruary 28, 2018 at 2:13pmHi,You can add more this code to Customize > Custom CSS to make grid layout to 3 columns: @media only screen and (min-width: 1170px){ .container.penci_sidebar .penci-grid > li{ width: 31.62%; margin-right: 2.57%; } .container.penci_sidebar .penci-grid li:nth-of-type(2n+2){ margin-right: 2.57%; } .container.penci_sidebar .penci-grid li:nth-of-type(3n+3){ margin-right: 0; } .container.penci_sidebar .penci-grid li:nth-of-type(2n+1){ clear: none; } .container.penci_sidebar .penci-grid li:nth-of-type(3n+1){ clear: both; } } Best Regards,PenciDesign Sign in to reply ...
Hi!
I'm using Grid Posts layout for Category, Tag, Search, Archive pages. I can get 1 or 2 columns with article thumbnails there. How can I make more columns?
regards,
Dmitri
Hi,
You can add more this code to Customize > Custom CSS to make grid layout to 3 columns:
Best Regards,
PenciDesign