Skip to content
Public Ticket #1867

Category, Tag, Search, Archive Layout

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

DmitriS started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.