Reduce margin footer

Posted in: Newspaper
Post count: 56

Good morning from Spain.

I would like to reduce the top and bottom margin having regard to the footer widget. Deputy screenshot

http://prntscr.com/38xpfd

Post count: 9544

I reported this one; seems to only happen with the 980px responsive vs the 1170 responsive (at least for us). They should have fix with next update 🙂

Post count: 56

Thank you very much for your answer: D

Post count: 56

It seems that with this last upgrade (3.7) is not fixed margin

Post count: 3343

Hi,

@arsonists
can you provide your site URL to see the issue?

Thanks!

Post count: 56

kustruki.com

Post count: 56

How will the issue Marius?

Post count: 56

You know they are going to upgrade to reduce the margin of footer?

Post count: 9544

Hi, Marius gave me this solution way back when; not sure if it will work for you:

.td_980_resp .td-sub-footer-wrap .td-grid-wrap {
    padding-top: 6px !important;
}

*NOT* tested with May 20 edition of theme!!

  • This reply was modified 12 years by simchris.
Post count: 56

Thanks for your comment, I will wait for the response team

Post count: 9544

You can try to simply add the code to your Custom CSS in the panel; won’t blow anything up. The above code was marius’ answer to my query on this exact same topic.
Works perfectly for me. 🙂

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

.td-full-layout .td-footer-wrap .td-grid-wrap {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.td-footer-wrap .widget_text {
    margin-bottom: 0px !important;
}
Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.