I followed what was said on most important FAQ (theme forest page) and added it to quick CSS but it doesn’t work.
The menu stays fix and keeps the same size, that’s perfect. But the logo still resizes smaller.
Am I wrong somewhere ? Can’t send you the link (working on localhost). Thanks a lot.
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 100px !important;
line-height: 100px !important;
}
html.fixed_header #main {
padding-top: 100px;
}
Hi marienoisette!
Please add following code to Quick CSS as well
.logo, .logo a, .logo img { max-height: 100px!important; }
Regards,
Yigit
Thank you so much ! It works.
Marie