I Just purchased Enfold and exploring all the features it has to offer. I did run into a little issue I can’t seem to solve using the forums online, I’m hoping someone can help me with. I’m trying to make my logo show larger but so far have not figured it out.
I did find this css code on the forum which somewhat works, The problem with this code is that the bottom of my logo doesn’t show.
.logo img {
min-height: 100px!important;
}
The logo shows correctly in the mobile menu. On desktop though things are cut off.
Hey elsrick91,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .logo, #header .logo a {
overflow: visible !important;
}
Hope this helps :)
Best regards,
Nikko