Tagged: header
-
AuthorPosts
-
July 22, 2016 at 11:32 am #663805
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
July 25, 2016 at 8:07 pm #664798Hey 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,
YigitJuly 25, 2016 at 8:57 pm #664818I’m sorry but unfortunatelly this doesn’t change anything :(
July 25, 2016 at 9:00 pm #664820Hey!
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,
YigitJuly 26, 2016 at 9:24 am #665167Yes, 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.July 26, 2016 at 1:36 pm #665308Hi,
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,
YigitJuly 26, 2016 at 2:02 pm #665328that works! Thank You
July 26, 2016 at 2:05 pm #665329 -
AuthorPosts
- The topic ‘header aligment’ is closed to new replies.
