Reduce top margin (under header) – white space
-
Hi,
Can anyone help me with code on how to reduce the white space under my header picture? I’ve tried the below from a suggestion on another post but there was no difference.
.site-content {
margin-top: 10px;
}
Thanks.The blog I need help with is: (visible only to logged in users)
-
Hi there!
That CSS wouldn’t work because it was made for another theme. Try this CSS instead:
.singular.page .hentry { padding-top: 0; }
- The topic ‘Reduce top margin (under header) – white space’ is closed to new replies.