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

    Hi There,

    In mobile website, My logo is overlapping with mobile menu . So I just want Either mobile menu and search to place below the logo or left side of logo so that logo will be at the center .

    Please help me doing this . Please.

    #1044615

    Hey refurbix,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 767px) {
      .responsive .logo img {
        max-width: 50% !important;
      }
    }

    Best regards,
    Nikko

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