Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3227999
Soledad settings
Closed

Comments

  • nikothewriter started the conversation

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

    Thank you!

    Niko

  •  2,486
    PenciDesign replied

    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 replied

    Thank you!

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


    Thank you!

    Niko


  •  2,486
    PenciDesign replied

    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

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

    Thank you! It works. And thank you!



    Regards,
    Niko