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

    Hello,
    I have tried your code on the document that enable the social icons on the mobile header, but it’s on the right of the burger menu.
    Could you help me rearrange the mobile header with social icons( left)+ Logo(middle)+ Burger menu (right)?

    #1100816

    Hey r0gerliu,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .avia-menu.av-main-nav-wrap {
      float:right;
    }
    }

    Best regards,
    Rikard

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