Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #301169
    dominicobrien
    Participant

    hey, thanks for writing back … unfortunately it didn’t seem to solve the issue

    #301307
    dominicobrien
    Participant

    thanks for that.. unfortunately it didn’t seem to change anything . Can we try another one?

    #301379
    Christopher
    Moderator

    Hithere,

    Find this code :

    .masthead-inline .desktop .x-nav {
      display: block;
      width: 800px;
      margin: 0 auto;
    }

    And change it to :

    .masthead-inline .desktop .x-nav {
      display: block;
      max-width: 800px;
      margin: 0 auto;
    }

    Add this as well :

    .x-nav-wrap.desktop {
      display: block;
    }
    .masthead-inline .x-btn-navbar {
      display: none;
    }

    Hope it helps.

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