Comments zumaxb started the conversationSeptember 25, 2018 at 8:45amSorry, wrong title:How can I set Big Grid 1, Style 9 to show four columns? 2,700PenciDesign repliedSeptember 25, 2018 at 9:30amHi,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 replied privately 2,700PenciDesign repliedOctober 9, 2018 at 2:55pmHi,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,PenciDesignzumaxb repliedOctober 20, 2018 at 10:13amWonderful help!Thank you. Case closed. Sign in to reply ...
Sorry, wrong title:
How can I set Big Grid 1, Style 9 to show four columns?
Hi,
Please try add more this code to Customize > Addinational CSS to do that for Big Grid 9:
Best Regards,
PenciDesign
Hi,
Please try add more this code to Customize > Addinational CSS to fixed it:
Best Regards,
PenciDesign
Wonderful help!
Thank you. Case closed.