Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1342776

    Hi,

    I´d like to have our logo centered but the burger menu symbol on the right side (not above or below). Could you please send me an advice?

    Thx,

    Melanie

    #1342786

    Hey melanie_erfrischt,

    Thank you for the inquiry.

    You can use this css code to move the logo at the center of the header.

    .responsive .logo {
      float: none;
      left: 50%;
      transform: translateX(-50%);
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1342809
    This reply has been marked as private.
    #1342828

    Hi,

    Thanks for the update. Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
        left: 0;
        transform: translateX(0);
    }
    }

    Best regards,
    Rikard

    #1342832
    This reply has been marked as private.
    #1342833

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1342845

    You can close it, thanks a lot

    #1342848

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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