Hi,
I have been trying to resize my logo so it will be larger than what it is. I have tried several different sizes and have adjusted accordingly in Enfold theme options > Header > Header Size and choose to display Custom Pixel value.
However all that is happenning is the height of the menu / logo area is getting larger but the logo stays the same?
Thanks
John
Hey John,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .logo a img {
height: 100% !important;
}
Let us know if this helps :)
Best regards,
Nikko
Thanks Nikko.. that did the trick :).
Cheers
John