Extra padding on the bottom of footer
This support request was posted in Smart by decahalan
- decahalan August 31, 2017 at 7:48 pm
I’m having trouble removing the excess space between the footer and copy write bar. I’ve tried editing the custom css file but i haven’t been successful. Any ideas on what to do to remove the extra space?
thanks
Juanfra Aldasoro August 31, 2017 at 10:08 pmHi,
Thanks for writing. I hope you are doing well.
The problem is that your page doesn’t have any content, that’s why the footer looks like it is bigger, if you add content to your page, then it will be normal.
Best,
Juan.decahalan August 31, 2017 at 10:57 pmThere is content sorry i hadn’t linked the static home page to front page in settings. The space is there on all pages.
thanks for your response
Juanfra Aldasoro September 1, 2017 at 11:34 amHi,
Thanks for the follow-up.
Well, if you don’t like the default padding for that section, you can always modify the CSS rules. For example, this code can help you to remove some spacing from the footer:
#footer-widgets { padding-bottom: 0 !important; } #footer-grid .grid [class*='columns-'] { padding-bottom 1px !important; }
Best,
Juan.
You must be logged in to reply to this topic.