Site logo

Archived topic

Mobile Logo

5 replies · Started by Jason Westbrook on November 30, 2017

Viewing posts 1–6 of 6

Hey guys I have some css added in to help the logo transparent and also sticky sized right. But now its affecting the mobile side. Is there an additional piece of css I can use to address just the mobile side? See link below!

Thanks!

https://cl.ly/3l1k2W0B2x3s

I can try....How do I do that?

The article I linked above should work.

Sorry. Im lost Leo. Could you send me a css snippet that would work from which you are talking about?

Wrap the CSS you've mentioned in the original topic like this:

@media (min-width:769px) {
    /* Your CSS HERE */
}

It would make it so it only applies to desktop.

This archived topic is closed to new replies.