Skip to content
Public Ticket #19647

Mobile layout

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Change this code to:

@media only screen and (max-width: 960px) {
    .penci-sidebar-content {
        display: none;
    }
}

Regards,
PenciDesign.

Jan Scherders replied

Customer Reply

this works for smartphone. How Can I apply this for Ipad too ??

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) {
    .penci-sidebar-content {
        display: none;
    }
}

Regards,
PenciDesign.



Jan Scherders started the conversation

Conversation Start

If I dont want the sidebars on mobile but I want to keep them for Desktop, how can i do that ?

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