Tagged: header, logo, size, social icons
Hi there,
I would like to make the displayed logo a little bigger. I would also like to reduce the padding size a bit too.
I am using the Non Fixed header with social icons and additional navigation.
Please provide the applying Quick CSS to insert in the Styling Options.
Thanks a lot,
Ruppert
Hi rfb4!
Please post a link to your website.
Best regards,
Peter
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 235px !important; }
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 152px;
line-height: 152px; }
Cheers!
Yigit
Hi!
Thanks for the quick reply. I pasted the code, but even when changing the pixel size values the logo displayed doesn’t become any bigger?
Thanks
Ruppert
Hey!
Please remove this line:
.logo, .logo a, .logo img { max-width: 235px !important; }
Replace it with this:
.logo, .logo img {
width: 235px !important;
max-width: 235px !important;
}
Best regards,
Ismael
Pasted the updated code. Still doesn’t change anything in the appearance of the header/logo. Also tried reuploading the logo, to no avail.
Any other ideas?
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Hi!
Please check your website now. There was a mising closing curly bracket in your custom CSS code.
Cheers!
Yigit
Awesome, looks like I’ve just been sloppy. Thanks for sorting it out, these things are easy to miss for folks who can’t code :-)