The white bar heigh is big, now… but the logo is still too little…
take a look to the link.
WEll, I added a line and the code goes like this:
@media screen and (max-width: 660px) {
.t3-mainnav{
height:150px;
}
.logo-image .logo-img {
height: 150px;
}
}
.navbar-header {
height: 120px;
}
.logo-image .logo-img{
max-height:120px !important;
}
It seems to work, even for the mobile version… any advice?
So the way you have it right now looks good to you?
Just as an aesthetic issue, what if you were to change the CSS you have in your custom.css for the following rule as follows:
.logo-image .logo-img {
margin-top: -20px;
max-height: 150px !important;
}
Makes the logo a bit bigger/more pronounced and fills the header space.
Just a suggestion. 😎
1 user says Thank You to TomC for this useful post
This topic contains 36 replies, has 6 voices, and was last updated by TomC 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum