Skip to content
Public Ticket #4582

Block 9 with four columns

Conversation thread

zumaxb replied

Customer Reply

Wonderful help!

Thank you. Case closed.

PenciDesign replied

Staff Reply

Hi,

Please try add more this code to Customize > Addinational CSS to fixed it:

\
.penci-grid_1 .penci-grid-item{ border: none; padding: 1px; }\

Best Regards,

PenciDesign

PenciDesign replied

Staff Reply

Hi,

Please try add more this code to Customize > Addinational CSS to do that for Big Grid 9:

\
@media screen and (min-width: 960px){\
.penci-grid_1 .penci-grid-item{ width: 25%; }\
.penci-grid_1 .penci-grid-item:nth-child(3n+1) { clear: none; }\
.penci-grid_1 .penci-grid-item:nth-child(4n+1) { clear: both; }\
.penci-grid_1 .penci-grid-item:nth-child(3n) { float: left; }\
}\

Best Regards,

PenciDesign

zumaxb started the conversation

Conversation Start

Sorry, wrong title:


How can I set Big Grid 1, Style 9 to show four columns?

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