Hi – for the life of me I can’t seem to resize the logo to the size I want.
I am using the small fixed header.
The size I want is 370×118.
What modifications would I need to make to get the logo this size and to alter the header appropriately?
Thanks!
noblewhy.com
I just have the standard logo size uploaded now.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo img { height: 118px!important;
max-width: 370px!important;
width: 370px!important; }
Best regards,
Yigit
Hi Yigit – I added this code and the 370×118 logo and nothing really has changed.
It looks like the code is not being applied so I added it to custom.css as well and nothing changed either. Any thoughts? Thanks.
Hi!
Please try flushing browser cache and refresh your page a few times. If that does not work and if you do not mind posting a temporary admin login here privately, please do so, so i can take a look
Best regards,
Yigit
Hi!
Changes are done. Please review your website. I have added custom CSS code to bottom of Style.css file inside your child theme folder
Regards,
Yigit
This worked great albeit one element.
As the logo is bigger and the menu is a bit bigger as well, I noticed that part of the menu overlaps where the page content begins. Is there any way we could bump down where page content begins 30px or so so there is no overlapping?
Thanks again for everything.