- This topic has 2 replies, 2 voices, and was last updated 1 year, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Footer One adding space when using headline
Tagged: Footer widget
Hi,
I’m using the Genesis – Featured Page widget in Footer One in a four-column layout. Whenever I add a Title in the first field of the widget, extra padding is added above the thumbnail. If I don’t enter anything into the title section, the padding disappears.
In the Flex demo, you’re using a title without this happening. How can I fix it?
Thanks for your help!
Add this CSS
.footer-widget-area article.entry {
padding: 0;
}
That fixed it. Thanks!