Archived topic
Mobile Logo
5 replies · Started by Jason Westbrook on November 30, 2017
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!
Hi there,
What about wrap whatever CSS you are using just for desktop only?
https://docs.generatepress.com/article/responsive-display/
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.