I am having some issues with making the navigation go full width. Any help would be most appreciated.
In Design>Styles I have set branding position to Top Center and Primary Nav Position to Bottom Center. Also, I have a secondary navigation button that is set to Bottom Right.
All navigation tabs are where they should be, however the background color that I have set to white is not going to the left side of the primary navigation. See attached screenshot.
Here is my CSS code for the background color:/* primary nav bkgd colour */.Header-nav { width: 100%; height: 50px; background-color: white; }
Thank you.