This topic has 4 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
Hello,
Currently the fixed navigation height is too large. Is there any way to make it shrink the logo and reduce the size so that it is not taking up 1/4 of the page when scrolling?
Here is a link to my site: http://www.boleez.com
Here is a link to an example of what I am talking about: http://www.myclientweb.com
Please advise.
Thank you!
Ali
Hello,
Please try to use this code in custom.css file:
.fixed-header-area .fixed-header .logo-with-menu {
height: 80px;
}
.fixed-header-area .fixed-header .logo-with-menu img{
height: 80px;
}
Regards,
Eva Kemp.
That worked perfectly Eva, thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up