Archived topic
mobile header extra padding
3 replies · Started by Raul on November 10, 2021
Viewing posts 1–4 of 4
I have an extra padding around logo on mobile. Trying to set header padding doesn't help. CSS didn't around img didn't help either. I don't know how to set this padding to 2px on top and 3px on bottom as I have for desktop.
Hi there,
try this CSS:
#mobile-header {
padding: 2px 10px 3px;
}
Thank you very much!
You're welcome
This archived topic is closed to new replies.