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

    Hello,

    I use this code (see private content) too change the logo on mobile. With the new menu I would like to move the logo to the left.

    can you help?

    #830112

    Hey Wolf,

    The logo you used would still fill the whole width, try reducing the width of the image by adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope this helps.

    Best regards,
    Nikko

    #830154

    thanks!

    #830181

    Hi Wolf!

    Did Nikko’s solution work for you? May we close this thread? Or do you need further help?

    Please let us know. Thank you! :D

    Best regards,
    Sarah

    #832739

    yes it works, you can close this

    #832863

    Great! Let us know here in the forums if you need further help.

    Best regards,
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile logo placement’ is closed to new replies.