• Resolved artisana

    (@artisana)


    Hello!
    It’s my first time using this theme and so I’m not sure how the mobile responsiveness works exactly.

    When I tried viewing this site on my iPhone I do not see the logo. I’ve removed the header for design purposes, so is there a way to still have some branded logo element in the mobile/small device setup?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you use the following code it should scale to the width rather then hiding it.

    #site-logo-image {
        max-width: 100%;
    }
    Thread Starter artisana

    (@artisana)

    Awesome-thanks!
    I also added:

    #site-logo {
    display: inline;
    }

    and that did the trick. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo on Mobile site?’ is closed to new replies.