Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #341661

    Hello!

    I changeg the size of the header in > theme option > header layout > header custom height > i chooses 200px
    Now the menu is in the middle of the header!

    Someone maybe can help me to know which css i can change for put it in the bottom of the header.
    I think it’s there on the css area
    /*logo + position variation*/
    but which one? and how?

    thanks for your help

    Flore

    #342594

    Hi Flore,

    Can you post the link to your website please?

    Regards,
    Josue

    #342820

    Hi Josue

    here is the name of my website in construction

    best regards

    Flore

    #342821
    #342988

    Hey!

    Try adding this code to the Quick CSS:

    #avia-menu li a {
        line-height: 330px !important;
    }
    .header-scrolled #avia-menu li a {
        line-height: 150px !important;
    }

    Cheers! 
    Josue

    #364601
    This reply has been marked as private.
    #365132

    Hey!

    please remove this code from your CSS:

    .header-scrolled #avia-menu li a {
    line-height: 50px !important;
    }
    #avia-menu li a {
    line-height: 330px !important;
    }
    

    After removing it should be automatically replaced by this code:

    #top .av-main-nav ul a {
    line-height: 23px;
    }
    

    Regards,
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.