• Resolved ndjworldnews

    (@ndjworldnews)


    Hello;

    I have a different store logo displayed on the mobile end of my ecommerce site but it is not clickable as is the logo on my regular website.

    How can I make it clikable?

    Thank you.

    Lode

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, try this CSS, looks like it should work

    @media screen and (max-width: 568px) {
      .site-header .site-branding .custom-logo-link {
        height: 135px;
        margin-left: -20px;
        margin-top: -20px;
      }
    }
    Thread Starter ndjworldnews

    (@ndjworldnews)

    Hi Jarret;

    Thanks for your answer. However, your solution displays the image twice. Interestingly enough though using only .custom-logo-link by itself display the image correctly and makes it clickable.

    @media screen and (max-width: 568px) {
    .custom-logo-link {
    height: 135px;
    margin-left: -20px;
    margin-top: -20px;
    }
    }

    Thank you much.

    Lode

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile store icon non-clickable’ is closed to new replies.