Hi
i got s Split Menu here and want the Logo to be Bigger. I guess i have to play with height, but it also needs to stay nicely centered. How can i fo that?
The Passwort is in the privat content.
Hey dezomat2,
Please remove the code I gave you before and use this instead.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 780px) {
#header .logo img {
top: 45%;
transform: translateY(-50%);
max-width: 250px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria