Tagged: x Author Posts August 25, 2016 at 4:53 pm #1147274 noznewmanParticipant 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 🙂 August 25, 2016 at 9:11 pm #1147613 LelyModerator 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. Author Posts <script> jQuery(function($){ $("#no-reply-1147274 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In