Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1306702

    Dear support,
    i try to position the burger menu on the left side and to have the Logo on the same height centered. IS this possible?
    Thanks for any help!

    #1306871

    Hey dondela,

    Thank you for the inquiry.

    This css should move the burger menu to the left of the logo.

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        clear: none;
        position: absolute;
        line-height: 40px;
        width: auto;
        float: none;
        right: auto;
        left: 50px;
        top: 30px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings while configuring the site.

    Best regards,
    Ismael

    #1306883

    Hey Ismael,
    awesome, thank you!

    • This reply was modified 3 years, 5 months ago by dondela.
    #1307038

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘burger menu left, logo centered’ is closed to new replies.