Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #198748
    kelidrissi
    Participant

    Hi,

    Is it possible to disable all sidebars for mobile? I already tried some css codes but no results..

    Thanks again for the help!!

    Karim

    #198978
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #199069
    kelidrissi
    Participant
    This reply has been marked as private.
    #199333
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    How about adding this css at your customizer’s custom css under Admin > Appearance.

    @media ( max-width: 979px) {
    
    .x-sidebar {
    display: none;
    }
    
    .x-main {
    float: none;
    width: 100%;
    }
    
    }

    Cheers!

    #199810
    kelidrissi
    Participant

    Hi,

    It doesn’t work..

    Karim

    #200185
    Friech
    Moderator

    Hi Karim,

    I Just updated the code a little bit. Please add this instead

    @media ( max-width: 979px) {
    
    	.x-container .x-sidebar.left {
    	display: none;
    	}
    
    	.x-main {
    	float: none;
    	width: 100%;
    	}
    
    }

    Hope it helps, Cheers!

    #201052
    kelidrissi
    Participant

    Thank You!! 🙂 Great support!

    Karim

    #201059
    Senthil
    Member

    Thank you!

  • <script> jQuery(function($){ $("#no-reply-198748 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>