Hello,
I want my logo to be higher than the header which I’ve set at 65px. So now there’s a max-heigt: 65px when I look in the code directly on the page.
I’ve already tried
.logo a {
max-height: 300px !important;
}
and some other Quick CSS but unfortunaltely they’re not working.
Is there any posibility to get the logo higher than the header?
Picture of the problem
Thanks in advance.
Regards!
hi @ping-pong;
I’ve tested twice to have a bigger logo, feel free to check and use the css file :
Left side bar logo : http://kebox.pro/
.html_header_sidebar .logo{padding: 0px !important;width: 110% !important;}
Header logo : http://restaurantfaubourg.fr/
.responsive .logo {display: block !important}
.logo, .logo a{overflow: visible !important;}
.logo img {height: 170%; max-height: 260px !important;}
Hi begrafiks,
The code for header logo works perfectly fine! Thank you very much!
The other one I haven’t tested because I don’t need it.
Regards.
Hey!
Please do let us know if we can do anything else for you, we would be more than happy to assist.
Best regards,
Basilis