PenciDesign replied
Staff Reply
Hi,
Please try add more this code to Customize > Additional CSS to do that:
\
@media only screen and (min-width: 961px){\
.blog-grid .penci-archive__content .penci-post-item:not(.product){ width: 25%; }\
.blog-grid .penci-archive__content .penci-post-item:not(.product):nth-child(2n + 1){ clear: none; }\
.blog-grid .penci-archive__content .penci-post-item:not(.product):nth-child(4n + 1){ clear: both; }\
}Best Regards,
PenciDesign