Comments 1tim-nieuwpoort started the conversation3 weeks ago on January 2, 2025 at 10:35amHi,Is it possible to make 2 colums on a category page on mobile?At the moment it's just 1 colum, see attachment.ThanksAttached files: IMG_3241.PNG 2,701PenciDesign replied3 weeks ago on January 2, 2025 at 10:47amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .container.penci_sidebar .penci-grid li:nth-of-type(2n+1), .penci-grid li.grid-2-style:nth-of-type(2n+1) { clear: both; } .container.penci_sidebar .penci-grid li:nth-of-type(2n+1) { clear: both; } .container.penci_sidebar .penci-grid > li { width: 48.05% !important; } } Regards,PenciDesign. Sign in to reply ...
Hi,
Is it possible to make 2 colums on a category page on mobile?
At the moment it's just 1 colum, see attachment.
Thanks
Attached files: IMG_3241.PNG
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.