Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1365914

    Hi

    I need the burger menu on the left and the logo centered.

    But in the options I only find the logo on the left and the menu on the right

    #1365943

    Hey Ramiro,

    Thank you for the inquiry.

    Try to set the Menu And Logo Position to Logo right menu left, then add this css code to align the logo to the center.

    .html_header_top #top .av_logo_right .logo {
        left: auto;
        right: 50%;
        transform: translateX(-50%);
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding this css code.

    Best regards,
    Ismael

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