Hello Enfold Support,
currently my Logo is shown at the top of the Header. Logo Dimensions are 340px × 59px.
If scrolled up, the Logo is shown shrinked in the same Row like the Menu Items – that’s ok.
But how can I set the vertical Logo alignment to center to ensure it is in the same alignment like the Main-Menu Items?
kind regards
Tobias
Hey Tobias!
Thank you for using Enfold.
We need to see actual website in order to inspect it. Try to adjust the logo’s vertical position with this in the Quick CSS field:
strong.logo.bg-logo {
top: 20px;
}
Best regards,
Ismael
Hey!
Please add following code to Quick CSS
.header-scrolled .logo {
top: 0;
}
.logo {
top: 15px;
}
Best regards,
Yigit
Hi Yigit,
that works great.
Thank You very much for support!
kind regards!
Tobias