Remove white space between above footer
-
Hi there,
Does anyone know how to remove the white space below by ‘sharing’ icons and the footer? Website is eveilleinconline.comThanks :)
The blog I need help with is: (visible only to logged in users)
-
There’s a border below the icons. You mean decrease the space above and below that border, or minimize the space below the icons, including removing the border?
-
The space below the footer is caused by the WordPress stats image, you can hide it with the following CSS
#wpstats { display:none; } -
Minimise the space below the icons, including removing the border… please.
Is there any way to increase the size of those share icons with css?
-
.site-main { padding-bottom: 0; } .hentry { border-bottom: 0 none; margin-bottom: 0; padding-bottom: 0; } #comments { padding-top: 0; } -
-
- The topic ‘Remove white space between above footer’ is closed to new replies.