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

    Hey there,
    I use centered Logo and automatically the Burger menue is also centered.
    I want to move the Burger to the right side.

    What can I do?

    Cheers and Thank you!
    Monika

    #1447447

    Hey Monika,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        position: absolute;
        width: 50px;
        float: right;
        top: -70px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1450552

    Thank you so much, that worked :)

    #1450566

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

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