changing header padding for smaller screen
-
I’d like to reduce the padding above the header on smaller screens. I was able to reduce the header padding on a full-size screen with the following:
.admin-bar .site-header {
padding-top: 40px; }
@media (max-width: 768px) {
.admin-bar .site-header {
padding-top: 0px; } }But it still keeps a much larger padding on a small screen.
My site is metabias.com.
Thanks!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘changing header padding for smaller screen’ is closed to new replies.