decrease extra space below footer theme janice
-
the footer space on my site is black
below the copyright text there is stil extra black space
i want that space gonei already have this code
.site-footer .widget_text {
margin-bottom: 0;
}but this do not remove more space only a really small bit
The blog I need help with is: (visible only to logged in users)
-
The paragraph element within that text widget has a bottom margin. Use the following to set that to zero.
#text-10 p { margin-bottom: 0 }
- The topic ‘decrease extra space below footer theme janice’ is closed to new replies.