Okay
  Public Ticket #291882
Navigation appearing under logo
Closed

Comments

  • Thomas started the conversation

    I have an issue with the navigation appearing below the website on widths under 1067px. is there anyway to prevent this from happening?

  •  8,427
    Tahir replied

    Hey Thomas!

    Please switch to the fullwidth header in Salient Theme Options as you have alot of menus .

    Thanks


    ThemeNectar Support Team 

  • Thomas replied

    The full width header is not a good solution in this case. The alignment of the logo and the rest of the content would be out of place. 6 navigation items is not uncommon. Wouldn't this be something that could be solved via establishing a minimum width? Are there any other solutions available?

  •  8,427
    Tahir replied

    I see you have reduced the number of menu items. Though if you put back 6 items

    Add this into the Custom CSS box located in your Salient Options panel :
    header#top .container {
        padding: 0 40px !important;
    }
    Thanks


    ThemeNectar Support Team 

  • Thomas replied

    Thanks!