Disable sidebar mobile devices

Home Forums Gillion Theme Disable sidebar mobile devices

Home Forums Gillion Theme Disable sidebar mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • jeffreya93
    Participant

    Hi,

     

    Can you help us, we want to hide the sidebar on mobile devices. Is there a css code for this option? We trying couple css tricks, no result ):

     

    Thanks,

    Solution for this topic

    Hi @jeffreya93,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1025px){
    #wrapper #sidebar {
        display:none;
    }
    }

     

    Best regards,
    Shufflehound team

    jeffreya93
    Participant

    Thanks for the fast reply, solved.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)