Comments StefanieCrady started the conversationMay 4, 2020 at 2:32pmHello! I would like to increase the size of my logo in the header on desktop view.I tried different logo sizes, but nothing seems to work.Thank you.Stefanie 2,700PenciDesign repliedMay 5, 2020 at 8:42amHi,Please try add more this code to Customize > Custom CSS to do that: #navigation.header-10 #logo img, #navigation.header-11 #logo img, .is-sticky #navigation.header-10 #logo img, .is-sticky #navigation.header-11 #logo img{ padding: 2px 0; } And of course the logo can't be display outside the main navigation in this caseBest Regards,PenciDesignStefanieCrady repliedMay 5, 2020 at 12:10pmUnfortunately, adding the code did not change the size at all.Is it because the header can only be certain width?Please let me know any other suggestion you might have.Thank you,Stefanie 2,700PenciDesign repliedMay 5, 2020 at 4:44pmHi,I see your Custom CSS code is wrong. That make the code doesn't work.Currently, here is your Custom CSS code: .widget ul.side-newsfeed li .side-item .side-item-text h4 a{ font-size: 14px #navigation.header-10 #logo img, #navigation.header-11 #logo img, .is-sticky #navigation.header-10 #logo img, .is-sticky #navigation.header-11 #logo img{ padding: 2px 0; } You're missing a close } on the above code.Please check and change the the code above to: .widget ul.side-newsfeed li .side-item .side-item-text h4 a{ font-size: 14px } #navigation.header-10 #logo img, #navigation.header-11 #logo img, .is-sticky #navigation.header-10 #logo img, .is-sticky #navigation.header-11 #logo img{ padding: 2px 0; }Best Regards,PenciDesignStefanieCrady repliedMay 5, 2020 at 5:21pmThank you! Sign in to reply ...
Hello!
I would like to increase the size of my logo in the header on desktop view.
I tried different logo sizes, but nothing seems to work.
Thank you.
Stefanie
Hi,
Please try add more this code to Customize > Custom CSS to do that:
And of course the logo can't be display outside the main navigation in this case
Best Regards,
PenciDesign
Unfortunately, adding the code did not change the size at all.
Is it because the header can only be certain width?
Please let me know any other suggestion you might have.
Thank you,
Stefanie
Hi,
I see your Custom CSS code is wrong. That make the code doesn't work.
Currently, here is your Custom CSS code:
You're missing a close } on the above code.
Please check and change the the code above to:
Best Regards,
PenciDesign
Thank you!