Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986469
    Anonymous
    Inactive

    Hi,
    I’m using Integrity and would like to disable the widgetbar on small screens (tablet/phone). I tried modifying the settings while using different views (small icons in bottom right corner of customizer menu), but the change applies across all resolutions. Thanks in advance.

    #986734
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    @media (max-width:979px){
        .x-widgetbar {
            display:none!important;
        }
     
        a.x-btn-widgetbar {
            display:none;
        }
    }

    Hope this helps – thanks!

    #987746
    Anonymous
    Inactive

    Looks like this did it.
    Thank you.

    #988044
    Joao
    Moderator

    You are welcome.

    Let us know if you need help with anything else.

    Joao

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