decrease black space in footer

Posted in: Newspaper
Post count: 101

In the footer 1,2,3. I want to decrease the height of the black space in the top and bottom of the widgets to 50% less. What’s the code to do that? I mean the black space on top of Popular Categories title and below the last category United Kingdom.

http://carmeneverywhere.com/

Post count: 23312

Hello carmene,

Please try the code below and add it in Theme panel->Custom CSS area.

.td-footer-wrapper {
padding-top:32px;
}
.td-footer-bottom-full {
padding-top: 25px;
}

The result -> http://screencast.com/t/R43gDiNN6

Thank you for the message!

Post count: 101

the bottom didn’t work?

Post count: 23312

Hello carmene,

Please try the code below and add it in Theme panel.

.td-footer-wrapper {
padding-bottom: 0px;
}

Hope this helps!

Thank you for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.