Hi
I am not sure what you mean, but you can change the footer template from theme panel > footer: http://screencast.com/t/LfU2oBRu4a Notice that some footer style have predefined content, but you can use this styles and add widgets as you like: http://screencast.com/t/jlaY1QmqWnB0 – http://screencast.com/t/qbkMWPmTs
In case this is not what you mean please provide your site url or more details so I can provide an accurate answer.
Thanks!
Hi Andrei,
Thanks for your answer! Unfortunately this is not what i mean. As you can see in my screenshots file:///C:/Users/Greenem1/Desktop/Screenshot_1059%20Aug.%2026%2009.22.jpg and file:///C:/Users/Greenem1/Desktop/Screenshot_1059%20Aug.%2024%2015.50.jpg the footer is really big. I would like to remove the space above the line. Is this possible? So the space above over ons.
Thanks in advance!
Sorry, here are the correct links:
http://i60.tinypic.com/2elyzpt.jpg
http://i57.tinypic.com/verswk.jpg
-
This reply was modified 10 years by
greenem.
Hi
Try this custom css in theme panel > custom css:
.td-footer-wrapper{
padding-top: 14px!important;
}
.td-footer-bottom-full{
padding-top: 10px!important;
}
The result should be like here: http://screencast.com/t/OxiH9gVDUI
Let me know how it goes and provide your site url and more specific details if this is not what you mean.
Thanks!