Tagged: logo, navigation
Hi,
you can find my website and login details in the private content.
On the Website i use a logo on the left site at the Navigation. How can i align the logo in the middle of the navigation. If i use
margin-top in css it is possible to align the logo in the middle of the navigation. But when i scroll deeper, the navigation skrinks an the magrin-top is to much. Is there a possibility to align the logo in the center on both naviagtions (skrinked and normal)
I look forward to hear from you
Chris
Hi Chris_85!
Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png
Please let us know if that is what u need.
Best regards,
Basilis
no thats not what i need… my logo is on the left side and my menu on the right side. But i want to align my logo in the middle (vertical). At the moment the logo is to close at the end of the sreen. So in css i need a margin top:
`.logo { margin-top:20px;}’
This works… but not for the shrinked header. For the shrinked header the ‘margin-top’ is to much. Thats why i look for a solution to align the logo in the middle (vertical) of the skrinked and none skrinked header… Do you understand?
best
Chris
any ideas?
Hey!
try this code in Quick CSS field:
.header-scrolled strong.logo {
top: -10px;
}
Cheers!
Andy
Thanks! Workes fine!
Cheers