Bootstrap + BB theme: change the width of the header elements?

I have a site with a small square logo. Because the theme uses the bootstrap column flags col-md-4 col-sm-12 for the div that wraps fl-page-header-logo, there is a lot of space between my logo and the menu, and the menu wraps. Is there an easy way to change the column to col-md-2 (and col-md-10), or is that just asking for trouble at some later point? If I have to, I’ll just switch the header navigation alignment to centered, but I figured it doesn’t hurt to ask.

Hey Dorothy,

Thanks for posting! If you know Bootstrap classes, you can easily change that by copying the file under /bb-theme/includes/nav-right.php to your child theme and override the code. You can also do it via CSS. Let us know if you need help either way. :slight_smile:

Ben

Thanks, I updated it with CSS, which seemed like the safer future-proof choice.

Hey Dorothy,

I totally agree. I would have done the same thing. :slight_smile: Enjoy BB! :slight_smile:

Ben