Hi,
I’m not able to verticaly center my logo on desktop version. Can you give me a hit here?
URL: https://www.localizationguru.com/en/
Thanks!
Hello,
try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
strong.logo {
position: relative;
top: 19px;
}
Thank you
The only probilem with this approach is that if you scroll the page, the logo will be still pushed by the top: 19px;
Hello,
best solutions is to make a logo with that dimensions (Logo Dimension: 340px * 156px). You can enter a canvas around the logo and save as png in that dimensions. See that link
Upload logo and on Size (you can find that on botttom right at page) select Full Size: 340 x 156.
Now your logo align vertically on center and when you scroll down on page the logo on nav menu has decrease dimensions(weight – height).
Thank you
Hi localizationguru,
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
.header_color img {
margin-top: 7%;
}
#header.header_color.header-scrolled img {
margin-top: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks for your help! I fixed it and switch shrinking off.
Hi,
Glad we could help! Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay