Comments jasonwilson2000 started the conversationFebruary 10, 2021 at 5:36pmHow can I make 2 columns on mobile view??? 2,700PenciDesign repliedFebruary 11, 2021 at 4:07amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ .container.penci_sidebar .penci-grid > li{ width: 48.05% !important; margin-right: 3.9% !important; } .container.penci_sidebar .penci-grid li:nth-of-type(2n+2), .penci-grid li.grid-2-style:nth-of-type(2n+2) { margin-right: 0 !important; } } Best Regards,PenciDesignjasonwilson2000 repliedFebruary 17, 2021 at 5:59pmThank you. This works. But it only works on the page i place it on. How can I make it so it affects all Archives across the website? 2,700PenciDesign repliedFebruary 18, 2021 at 1:24amHi,I see other archives page already applies this on mobile. You can check it again.Best Regards,PenciDesign1 Like Sign in to reply ...
How can I make 2 columns on mobile view???
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you. This works. But it only works on the page i place it on. How can I make it so it affects all Archives across the website?
Hi,
I see other archives page already applies this on mobile. You can check it again.
Best Regards,
PenciDesign