Archived topic
Moving logo down on tablet and mobile
5 replies · Started by Manuela on February 22, 2021
Viewing posts 1–6 of 6
Hello,
I would like to move my logo slightly down on mobile and tablet, and I can't find how to do that. Could you help with that?
Thank you,
Hi Manuela,
Try this CSS:
@media (max-width: 768px) {
.header-wrap {
top: 10px;
}
}
Hi Ying,
It worked great for mobile, but nothing changed on tablet :-(
It depends on the how big the tablet screen is, we could try to modify the media query from 768pxto1024px.
Let me know how it works!
Hey Ying,
I think that did the trick!
Thank you again
Great :)
This archived topic is closed to new replies.