Change height of footer – Hemingway Rewritten
-
I’d like to reduce the height of the footer block on the Hemingway Rewritten theme.
What kind of CSS magic will do that?
The blog I need help with is: (visible only to logged in users)
-
This would be the padding above your copyright.
.site-footer { padding-top: 6.8em; }This would be the margin below your copyright.
.site-footer .widget-areas { margin-bottom: 80px; } -
You can try something like this to reduce the padding within the footer area:
.site-footer { padding-top: 10px; }For further help with CSS please feel free to post in our CSS Customization forum:
-
- The topic ‘Change height of footer – Hemingway Rewritten’ is closed to new replies.