uloga / modulr.css

:jack_o_lantern:Modulr.css - A fast and easy modular approach to building powerful web and mobile interfaces.:ghost:
https://decorator.io/modulr/
165 stars 17 forks source link

Brand Image #7

Closed godambrosio closed 8 years ago

godambrosio commented 8 years ago

Hi how I can put a brand image in the navigation bar ? I tried this

<div class="navbar orange rounded">
                <a href="#" class="brand"><img class="center" src="plugbi.png" style="width:3vw"></a>

                <ul class="menu pull-left">
                    <li><a href="#">Iem 1</a></li>
                    <li><a href="#">Iem 2</a></li>
                    <li><a href="#">Iem 3</a></li>
                    <li><a href="#">Iem 4</a></li>
                    <li><a href="#">Iem 5</a></li>
                </ul>

                <ul class="menu icon-menu pull-right">
                    <li><a href="#"><i class="fa fa-bars"></i></a></li>
                </ul>

            </div>

but for some reason the brand and the menu at the right goes out of the navigation bar.

Thanks a lot

godambrosio commented 8 years ago

Sorry the proble with the image is related to the size of it