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