digicorp/propeller

Navbar issue under Bootstrap 4

robertandrews opened this issue · 1 comments

I have just noticed an issue with my navbar under Bootstrap 4.
I only discovered this when removing "fixed-top" to try the normal freestanding navbar...

With <nav class="navbar navbar-toggleable-sm navbar-light cxt-bg-white pmd-z-depth">, when wrapped in a container-fluid div, 15px margins appear on the left and right of the navbar, seemingly put there by Bootstrap files.

But it doesn't happen in plain Bootstrap, when I remove Propeller CSS.

It also doesn't happen in Propeller when I used fixed layout, ie. no container-fluid around the navbar.

Sorry for the delayed response.
Please call the <div class="container-fluid"> inside the <nav> tag and check. The margins will be removed.