Navbar content not stretching to the edge

Hello everyone,

I am working on a site which has a little different navbar than the usual setup. I have my brand in the middle and nav links on both sides. I have set the navbar width to 1500px, that is the width within all of my content sits. But it seems that the nav links are not pushed completely to the edge. I can’t find any margin settings that would cause this issue. Maybe it is a default setting of the navbar component that Webflow offers and can not be changed, but I am not sure.

If anyone knows a solution please let me know.

Thank you in advance!

Here is my site Read-Only: Webflow - CremonaCaffe

Hi @Eszter_Golubics the issue is related to WF predefined div element called container and you should avoid using these elements. If you would like to have full control over div element to prevent unpredictable behaviour use always standard div.

1 Like

Yes, I suspected that. Exchanged the container for a divblock and gave the properties I wanted. Now it works. I was hoping I don’t need to built it from scratch.

Thanks for the help.