Skip to content
Public Ticket #23758

Soledad settings

Conversation thread

nikothewriter replied

Customer Reply

Oh, I am so sorry I did not reply in time! 

Thank you! It works. And thank you!

Regards,
Niko

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code like the following below:

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

Regards,
PenciDesign.



nikothewriter replied

Customer Reply

Thank you!

Could you pls give me anther one to turn it off side bar in categories on tablets?

Thank you!

Niko

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

Regards,
PenciDesign.



nikothewriter started the conversation

Conversation Start

Could you pls tell me how to turn off sidebar in categories on mobile?

Thank you!

Niko

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