• Resolved highperformerteams

    (@highperformerteams)


    Hi there,

    I’m trying to get the logo looking good on mobile, but can’t get it working.

    The logo image is 600×64 pixel in size. It looks great on desktop, but it’s squeezed sideways in the mobile view. I expected it to be resized to fit in, while keeping the proportions, but haven’t found any way to do that.

    Unfortunately, this is such a major issue that I’m not sure I can keep the theme. Is there any way to solve this?

    Thanks in advance!

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

Viewing 1 replies (of 1 total)
  • Thread Starter highperformerteams

    (@highperformerteams)

    Update: I found the solution myself. The problem here is the min-height attribute from the brand-logo class. I overwrite it in Custom CSS like this:

    .brand-logo {
    min-height: 100%;
    }

    Now it’s working fine!

Viewing 1 replies (of 1 total)

The topic ‘Logo distorted on mobile view’ is closed to new replies.