I’m trying to get my nav bar back to where I had it, but there seems to be an issue with the space between function. I have my logo and nav links inside a container that is set to 100% width. I want my logo and nav links to sit on opposite sides of the nav bar, like I had it before… I’ve included a screenshot.
The short and direct fix:
change your Container 4 for a regular Div Block. You can give it the same Class, but DON’T use the Container element.
Explanation:
That’s a really simple fix, just a small thing you need to know about the Webflow internal components. The Container Element, cannot have its maximum widths overwritten easily inside the designer. So even when you change it to maximum-width: 100%, it still doesn’t grow to the full width of the screen. Knowing that, you can just replace it with a regular Div Block and give the div the same class, so you can use the styles you already choose.
If you still have any doubt, just tag me and I’ll try my best to explain.
Great! Thank you so much @gilson. I must have learned that somewhere and forgot. Now I have another problem, when I click the menu button in tablet view the menu covers the header and menu icon. I’m sure this is probably another easy fix?