Skip to content
Public Ticket #28619

Hide sidebar

Conversation thread

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: 767px) {
    #sidebar {
        display: none;
    }
}

Regards,
PenciDesign.



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