Navbar container class

Issue #29 resolved
Maxim Gordienko created an issue

BsNavbar widget create structure below: <nav class="navbar navbar-default" role="navigation"> <div class="container">

Div element has class container, but in original documentation use class container-fluid http://getbootstrap.com/components/#navbar So, my html have unpredictable behavior.

Comments (2)

  1. Francis Beresford

    I'm also having a container issue, I would like to use the static nav (BSHtml::NAVBAR_POSITION_STATIC_TOP) with a container class, not container-fluid maybe there should be a containerClass property in BsNavbar?

  2. Log in to comment