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

    Hi, the logo overlaps the menu button on mobile. how can I move the logo to the left on all mobile devices?

    #938952

    Hey DROR,

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

    @media only screen and (max-width: 767px) {
    span.logo, span.logo img {
      float:left !important;
    }
    }

    Best regards,
    Rikard

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