Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671968

    Is it possible to have the secondary menu in the header, to the right of the logo and without the extra top bar where the secondary menu is usually located? Thank you!

    #671969

    Hi mgyura!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #671990

    Sorry about that.

    #671992

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_meta {
        margin-top: -31px;
    }
    nav.sub_menu {
        position: relative;
        top: 50px;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 172px;
    }
    
    

    Best regards,
    Yigit

    #671996

    You’re awesome! Thank you! I will play around with the positioning a little bit. I really appreciate your help.

    #672024

    Hey!

    Please feel free to open a new ticket, if somehing else is needed.
    Thanks a lot for your patience and understanding

    Best regards,
    Basilis

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