Hello,
I’m trying to increase the logo size so it shows my logo at about 510px wide and 160px tall. Can’t seem to figure out what css I need to change. Thank you!
Hey awakeningthedivine!
That would require to increase the header size, can you post a link to your website?
Cheers!
Josue
Sure, lovinglightsanctuary.com
I was using google chromes developer program to try and edit css but couldn’t figure it out for some reason. Thanks!
Hey!
Add this code to the Quick CSS:
#header_main .container, .main_menu ul:first-child > li a {
height: 159px !important;
line-height: 159px !important;
}
#main {
padding: 159px !important;
}
.logo img {
height: 159px !important;
max-width: 510px !important;
}
.logo {
max-width: none !important;
}
Cheers!
Josue
I tried this code as well. It does allow for a bigger logo, but the height also affects the height in the dropdown menu – each dropdown item is also 159px tall. What’s a good work around?
Hi,
Can you post the link to your website please?
Regards,
Josue
I’m having the same issue. I want a big logo that overhangs the menu area on the right. How is this done?
Hey!
@lucindaholland: Please create a new topic. We don’t want the issues and request getting jumbled up. Anyway, please post a screenshot of what you’re trying to achieve with the logo.
Best regards,
Ismael