Archived topic
Removing blank space beneath navigation
2 replies · Started by William on July 8, 2017
Viewing posts 1–3 of 3
I found an answer to this question which was some css:
.home .entry-content {
margin-top: 0;
}
However this only works on the homepage. What would I change to make the css affect every page?
*Resolved*
Using the css below resolved the problem
.entry-content{
margin-top: 0;
}
Glad you figured out :)
This archived topic is closed to new replies.