Tagged: header
Hello
I want to change vertical aligment of my menu items. I want it higher than now and I also want indicators to stick to the top of the page. Here is the code in quick css:
.avia-menu-fx {
bottom: auto !important;
}
is it possible to connect this two functions?
Thank you for your time
Hey powerfoodproject,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_main > .container .main_menu ul:first-child > li > a {
line-height: 100px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
I’m sorry but unfortunatelly this doesn’t change anything :(
Hey!
Can you please try changing the code to following one
#top #header_main > .container .main_menu ul:first-child > li > a {
line-height: 100px !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Yes, it looks how i wanted :) But now social icons are not on the same height, can You help me with this problem? :)
Thank You for helping me,
have a nice day.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main nav .social_bookmarks {
top: 25%;
}
Best regards,
Yigit
that works! Thank You