Comments nikothewriter started the conversationFebruary 9, 2023 at 2:39pmCould you pls tell me how to turn off sidebar in categories on mobile?Thank you!Niko 2,610PenciDesign repliedFebruary 9, 2023 at 2:52pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { body.category .penci-sidebar-content { display: none; }}Regards,PenciDesign.nikothewriter repliedFebruary 9, 2023 at 2:59pmThank you!Could you pls give me anther one to turn it off side bar in categories on tablets?Thank you! Niko 2,610PenciDesign repliedFebruary 9, 2023 at 3:37pmHi,Please modify the CSS code like the following below: @media only screen and (max-width: 1200px) { body.category .penci-sidebar-content { display: none; }}Regards,PenciDesign.nikothewriter repliedFebruary 22, 2023 at 7:20pmOh, I am so sorry I did not reply in time! Thank you! It works. And thank you!Regards,Niko Sign in to reply ...
Could you pls tell me how to turn off sidebar in categories on mobile?
Thank you!
Niko
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you!
Could you pls give me anther one to turn it off side bar in categories on tablets?
Thank you!
Niko
Hi,
Please modify the CSS code like the following below:
Regards,
PenciDesign.
Oh, I am so sorry I did not reply in time!
Thank you! It works. And thank you!
Regards,
Niko