Footer top and bottom margins decrease

Posted in: Newsmag
Post count: 187

How can I decrease the top and bottom margins in the footer from the logo image and text.Top and Bottom Margins

  • This topic was modified 9 years by bformhals.
Post count: 187

I did find where this will change the top margin padding but Im not sure how to write this and where to put it.

.td-footer-container {
margin-right: auto;
margin-left: auto;
position: relative;
background-color: #222;
padding: 10px 0 5px 0; — This one changes the top padding.
color: #fff;
z-index: 0;
}

Cant find where to change the padding below the social media icons

Post count: 23312

Hello bformhals,

All the custom CSS should have to be placed in Custom CSS box from your Theme panel, like this -> https://www.screencast.com/t/oHL0jGV4

You should use the code below ->

.td-footer-container {
padding-top: 16px!important;
}

Hope this helps!

Thanks for the message!

Post count: 187

Thanks I will try it. Can I do the same thing for the bottom padding

Post count: 23312

Hello bformhals,

Yes, you can try it!

Thanks.

Post count: 187

Just add it in the same bracket above
padding-bottom:

Post count: 187

Well it works for the top. It doesnt work to reduce the padding on the bottom between the bottom of the container and the social media icons.

Post count: 23312

Hello bformhals,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-footer-container .td-footer-info {
margin-bottom: 10px;
}

Thanks.

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