Less space above page title in Hemingway Rewritten Theme
-
How could I adjust the space or padding above the page title and the navigation bar?
Thank you.
The blog I need help with is: (visible only to logged in users)
-
-
One additional item along the same lines. How can I adjust the spacing below the page content? There is too much white space between the content and the footer.
-
-
I thought the same and tried that code before posting, but that doesn’t have the same effect. I’ve adjusted it to 1px to test, but it just doesn’t move it the same as the margin-top attribute.
-
Yes, it’s true: sorry!
It is bacause .hentry class margin and padding (3.4 em + 3.4 em). You can try with:
.hentry {
margin-bottom: 0em;
padding-bottom: 0em;
}I hope this helps you. :)
-
-
- The topic ‘Less space above page title in Hemingway Rewritten Theme’ is closed to new replies.