Comments 1vehuel started the conversation2 weeks ago on December 12, 2024 at 10:19amHi,is possibile to hide the right sidebar only in mobile view?thanks 2,658PenciDesign replied2 weeks ago on December 12, 2024 at 10:38amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px){ #sidebar { display: none; } } Regards,PenciDesign. Sign in to reply ...
Hi,
is possibile to hide the right sidebar only in mobile view?
thanks
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.