Tagged: logo
Hello
how can I get equal margins at the top and the bottom of the logo? This is how it looks now
http://awesomescreenshot.com/02749lbl04
I have tried it with this code
#top .logo, .logo a {
margin-top: 2px;
}
but when you scroll down and the navigation bar shrinks, the bottom of the logo is cut.
Link to site: http://bit.ly/1tecQwp
Hi johncon!
Your website does not load on my end. Please try following code
.logo { top: 3px; }
Best regards,
Yigit
Thank you for your quick answer, the page needs some time to load due to the loaction of the server in china.
Your code solves the problem for the big logo, but not for the shrinked one. Here’s a screenshot
Hey!
Please add following code to Quick CSS as well
.header-scrolled .logo { top: 0px; }
Regards,
Yigit
Thanks man! Works like a charm! :)
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit