Remove space at bottom of footer
-
Hello I have a few questions about the footer design. Please see screenshot.
1. How do I remove the space at the bottom of the footer above the copyright row?
2. How do I adjust the 40px padding at the top of the footer?
3. How do I change the style of the social icon buttons?
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
1) I have removed the area from the footer of your website please clear the cache and check back.
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.footer-sidebar {
padding-top: 20px;
}
3) To change the style of the social buttons you need to edit the HTML Block used as the footer and edit the social buttons element.
Screenshot for Clarification: https://prnt.sc/w5yiks
Best Regards.