Hi there,
Hoping you can help me have a wider/larger logo. The desired dimensions of the uploaded logo including whitespace on top and bottom are 476×156. What do I have to do to display a wider/larger version. I’m using the short, fixed header. I’ve tried sifting through the forum but there’s no one place that seems to address this. Or if there is, please point me to it. Please see
http://jonathanrickertyoga.thethirdrootmovie.com/
Thanks,
Robert
Hey roberthickling!
Please refer to my post here and increase the header size to 160px https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
If you do not want to increase the height of the header, please edit your logo file and remove whitespace from top and bottom then re-upload it
Cheers!
Yigit
Hey thanks for quick response. Seems like logo is working now. I did a 88px high x 473px wide version. Thanks!
Oops. Spoke to soon. Mobile logo doesn’t shrink properly now. How can I send you a screenshot? Or maybe you can take a look yourself on a mobile phone?
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-height: 60px; }
#header_main { height: 90px; }
#advanced_menu_toggle { top: 80%; }}
Regards,
Yigit
Ah thanks, very close. The word Yoga is behind the menu icon though. Maybe there’s a way for the logo to be above the menu icon?
Hi!
Please edit the code i have posted in my previous post and change top: 80%; to top: 108%;
Regards,
Yigit
Ok that’s fixed. Thanks!