Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #664798

    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

    #664818

    I’m sorry but unfortunatelly this doesn’t change anything :(

    #664820

    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

    #665167

    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.

    #665308

    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

    #665328

    that works! Thank You

    #665329

    Hey!

    You are welcome :)
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘header aligment’ is closed to new replies.