Posted in: Newsmag
May 28, 2017 at 9:56 pm
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
May 29, 2017 at 9:07 am
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!
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.