Comments kay Cho started the conversationApril 18, 2018 at 12:49pmHello,I'd like to change 2 columns to 4 columns in Category Layout Style like block 14.Pleas refer to attachment.I would appreciate it if you could tell me how to modify it.Best Regards, 2,700PenciDesign repliedApril 18, 2018 at 1:08pmHi,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,PenciDesign1 Like Sign in to reply ...
Hello,
I'd like to change 2 columns to 4 columns in Category Layout Style like block 14.
Pleas refer to attachment.
I would appreciate it if you could tell me how to modify it.
Best Regards,
Hi,
Please try add more this code to Customize > Additional CSS to do that:
Best Regards,
PenciDesign