The intention's to rip the layout up with your own design - so like Ed said it's really not a big deal.
Still if someone wants to resolve this in a simple enough way then by all means go ahead. On Fri, Apr 25, 2014 at 12:04 AM, Eduardo Rivas <[email protected]>wrote: > Well, I wouldn't call it a bug, it is just a limitation of Bootstrap not > knowing how wide your navbar needs to be. From > http://getbootstrap.com/components/#navbar: > > Since Bootstrap doesn't know how much space the content in your navbar >> needs, you might run into issues with content wrapping into a second row. > > > That's exactly what's happening here. It's up to the developer to provide > for cases such as this. You can check out the linked document for some > potential fixes, or come up with your own. If you know your navbar will > always be too wide to fit in a single row, just add "body {padding-top: > 100px;}" to your site's CSS (default padding-top is 50px). A more robust > approach would require media queries to add the extra padding, or some > Javascript that computes the body padding based on navbar height on every > window resize event. Note sure if Steve would like to add something like > that to the core. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
