Link to your site please?
wwww.masteringonlineservices.com
1. Looks like you’ve ticked the Force logo deimensions in Customiz’it!>Logo & Favicon. Untick and you should see the 475px size, if that’s what you mean by 100%?
Can’t diagnose 2) until you do that.
Seeing your floats above, are you trying to centre the 100% logo? What happens to the Navbar?
Code from @electricfeet seems to work:
.brand.span3 {
display: block;
float: none;
margin: auto !important;
}
Hi rdellconsulting, thank you for your support!
The last code is useful for center 100% logo, but the dimension is smaller than the original that would like me (475px). The force logo dimension is disabled now.
Looks like 475px in my Firefox, Chrome, Safari & IE.
I got it.
I think the problem was the width of the “.brand”, because when I had my window maximized the image was smaller but when I resized the window, the image returns to the original size. Whatever.
I resolve the problem with the width of the “.brand”.
.brand.span3 {
width:100%;
}
So, I hope this is it for now.
I have one more question.
How can I adjust the “menu-menu-container” height?
As you can see: the menu is outside the “.navbar-inner”.
Well I get it. Thank you very much!