Tagged: 

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

    Hi,

    with the header option “menu left, logo right” I would like to keep the same order in the mobile navigation: „burger menu icon left, logo right“.
    Is that possible?

    Thanks,
    Vera

    #1433537

    Hey Vera,

    Could you post a link to your actual site, so that we can have a closer look please?

    Best regards,
    Rikard

    #1433626

    Hi Rikard,

    thank you for your reply.
    Because the site is under construction you have to log in.

    Best regards,
    Vera

    #1433646

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .main_menu {
        left: 0;
        right: auto;
      }
      .responsive #top .logo {
        width: 100%;
      }
      .responsive .logo img {
        float: right;
      }
    }

    Best regards,
    Rikard

    #1433664

    Hi Rikard,

    great! Thank you very much.

    Best regards,
    Vera

    #1433716

    Hi,

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

    Best regards,
    Rikard

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