Comments 1tim-nieuwpoort started the conversationJanuary 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,727PenciDesign repliedJanuary 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. 1tim-nieuwpoort replied2 weeks ago on February 12, 2025 at 11:50amHi,After publishing, nothing changed. By the way, if I do adjustments in 'customizer' of the category pages (for example from list posts -> grid boxed) nothing changes. Any idea how that is possible? 2,727PenciDesign replied2 weeks ago on February 12, 2025 at 12:39pmHi, For this case, please send me your WordPress admin account in a PRIVATE reply.I'll log in and try to help you check this problem. Regards,PenciDesign. 1tim-nieuwpoort replied2 weeks ago on February 12, 2025 at 3:05pmCould it be a cache issue? 2,727PenciDesign replied2 weeks ago on February 12, 2025 at 4:39pmHi, This could also be a cache issue. Please clear all site caches and your browser cache, then check again. 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.
Hi,
After publishing, nothing changed. By the way, if I do adjustments in 'customizer' of the category pages (for example from list posts -> grid boxed) nothing changes.
Any idea how that is possible?
Hi,
For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you check this problem.
Regards,
PenciDesign.
Could it be a cache issue?
Hi,
This could also be a cache issue. Please clear all site caches and your browser cache, then check again.
Regards,
PenciDesign.