How can I insert logo image in the navbar of Twitter Bootstrap?
Main requirements:
The image needs to be placed on left.
Brand class to be next to it. I tried it by shifting the brand to right. The image is seen, but on mobile or small browser window, the brand class comes on top of the image.
The drop-down menu on the far right.
Just wrap your image inside a div and add the
.brandclass to it as well, so it should look something like this:Or better yet, if you want your logo to be clickable just insert it inside the
abrand link, like so: