Comments Jan started the conversationJanuary 21, 2022 at 1:08pmIf I dont want the sidebars on mobile but I want to keep them for Desktop, how can i do that ? 2,610PenciDesign repliedJanuary 21, 2022 at 1:11pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .penci-sidebar-content { display: none; }}Regards,PenciDesign.Jan repliedJanuary 21, 2022 at 1:18pmthis works for smartphone. How Can I apply this for Ipad too ?? 2,610PenciDesign repliedJanuary 21, 2022 at 1:19pmHi, Change this code to: @media only screen and (max-width: 960px) { .penci-sidebar-content { display: none; } } Regards,PenciDesign. Sign in to reply ...
If I dont want the sidebars on mobile but I want to keep them for Desktop, how can i do that ?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
this works for smartphone. How Can I apply this for Ipad too ??
Hi,
Change this code to:
Regards,
PenciDesign.