Archived topic
Remove margin above nav for mobile and tablet
3 replies · Started by Ian on August 16, 2021
Viewing posts 1–4 of 4
I applied this css.
On my mobile the margin is still showing. I've cleared the cache on my mobile, but still seems to be there.
@media (min-width: 1025px) {
#site-navigation {
margin-top: 50px;
}
}
Hi Ian,
Looks like the media query is not being added to your site:
https://www.screencast.com/t/YQkiX96UWtC
Please double check :)
OK
Keep me updated :)
It sounds like a cache issue.
This archived topic is closed to new replies.