• Hi,

    I have been using your theme with love until this time. Adding more menu items it is going to be wrapped to a next row.

    Can you please help me what should be written to the CSS to enable full width navigation bar?

    Thanks,
    Peter

Viewing 1 replies (of 1 total)
  • Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .site-bar .nav{
     width:100%;   
    }

    in the box.

    This will make your navigation bar full width.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Menu width wrap’ is closed to new replies.