Public Ticket #2960346 I can't find a way to move the sidebars in mobile and tablet placements. Closed
Comments balaji_profitcast started the conversationJanuary 18, 2022 at 10:30amThe sidebars tend to appear on the bottom of the page in mobile and tablet placements. I want to customize/hide the sidebars on smaller viewports. 2,610PenciDesign repliedJanuary 18, 2022 at 10:37amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 961px) { .penci-sidebar-content { display: none; }}Regards,PenciDesign.1 Likebalaji_profitcast repliedJanuary 18, 2022 at 11:42amThanks for the quick response. I was able to solve the problem. Sign in to reply ...
The sidebars tend to appear on the bottom of the page in mobile and tablet placements. I want to customize/hide the sidebars on smaller viewports.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks for the quick response. I was able to solve the problem.