This topic has 4 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hi Support, i would want to enlarge logo size, but notice that legenda themes have numbers of header, what code should i put in order to have larger logo size? kindly advice. thanks
Hello
Add the following code in custom.css file.
.header-type-3 .logo-with-menu, .header-type-4 .logo-with-menu{
width: 290px;
}
@media (min-width: 1200px){
.page-wrapper .header-type-3 .main-nav .menu, .header-type-4 .main-nav .menu{
width: 880px;
}
}
@media (min-width: 979px) and (max-width: 1200px){
.header-type-3 .logo-with-menu, .header-type-4 .logo-with-menu{
width: 240px;
}
}
thank you very much. it solve my issue
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Logo size’' has been successfully resolved, and the topic is now closed for further responses