Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1147274
    noznewman
    Participant

    Hi,

    The sub menu for About on this site is hidden http://www.drriyazshah.com/

    Your colleague advised to fix with the following code for another site I had problems with a right hand nav – I used the same code but it didn’t work.

    .x-navbar {

    overflow-x: initial !important;
    }

    Help 🙂

    #1147613
    Lely
    Moderator

    Hi There,

    It is not working because of CSS syntax error:
    Please update this:

    .h1 {
    font-size: 300%;
    {
    
    .x-navbar {
    
        overflow-x: initial !important;
    }

    To this:

    .h1 {
    font-size: 300%;
    }
    
    .x-navbar {
    
        overflow-x: initial !important;
    }

    Your h1 tag are using both open curly brace.

    Hope this helps.

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