digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 141 forks source link

Navbar issue under Bootstrap 4 #56

Closed robertandrews closed 6 years ago

robertandrews commented 6 years ago

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.

monika-digicorp commented 6 years ago

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