Skip to content
Public Ticket #19577

I can't find a way to move the sidebars in mobile and tablet placements.

Conversation thread

balaji_profitcast replied

Customer Reply

Thanks for the quick response. I was able to solve the problem.

PenciDesign Supporter replied

Staff Reply

Hi,

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.



balaji_profitcast started the conversation

Conversation Start

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. 

Want to join this conversation or access attachments? Sign in first.