Hey,
I want the logo to be bigger, actual size is 1039 px
http://www.newyorkinspiration.com
When I choose Header Size – Large and it does not get bigger.
Thanks
Charlotte
Hey Charlotte,
Please try the following in Quick CSS under Enfold–>General Styling:
.html_header_top.html_logo_center .logo {
min-width: 100% !important;
}
Regards,
Rikard
Thanks Rikard,
The logo has now the right size but it is no longer center after I put in your code.
Its on the left hand side.
What code shall I add in order to adjust it?
Thanks
Charlotte
Hi,
Please try this as well:
.logo img {
min-width: 100% !important;
}
Thanks,
Rikard
Thanks Rikard but that code streches the header
Hey Charlotte :)
Please go to Enfold theme options > Header and increase header height to 135px
Regards,
Yigit
Thanks :)