• Resolved jakdoy

    (@jakdoy)


    Hello, I am having issues with the logo being responsive and resizing on mobile devices.

    Currently the image is getting squashed vertically. On the demo the logo resizes seamlessly.

    The logo was selected through the “Site Identity” section in “Customize” mode.

    Just wondering if there is something I’m missing or I am doing something wrong.

    Your help is greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jakdoy,

    Add below css code into your current active theme’s additional css option in theme customizer.

    @media(max-width:479px) {
      .site-branding img {
        width: auto;
      }
    }

    Hope this will helps you.

    Thanks !

    Thread Starter jakdoy

    (@jakdoy)

    That has fixed it, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘logo doesn’t resize on mobile device’ is closed to new replies.