Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311918
    jsandefer
    Participant

    I would like to remove the inner container from the navbar in order to have a full-length UberMenu as my header, rather than the theme header. I am using the Renew stack. I have tried adding the following CSS to global CSS in the customizer, individual pages, and the style.css of my child theme. Nothing has worked.

    .x-navbar-inner .x-container.max.width {
    width: 100%;
    }

    .x-logobar {
    display: none;
    }

    #1312137
    Rupok
    Member

    Hi there,

    Thanks for writing in! You need to reset the max-width as well :

    .x-navbar .x-container.max.width {
      max-width: 100%;
      width: 100%;
    }

    And not sure why you are trying to hide the Logobar. You can set inline layout instead of stacked to get rid of the logobar.

    Hope this makes sense.

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