I couldn't find an option in "Footer styling" section or anywhere else to reduce the padding at the top and bottom of the footer. Also I have set it to be aligned to centre but it seems to be too much to the left.
Thanks for your help. I managed to reduce the top margin with the code you shared, but the bottom one is unaffected - no matter how low number I enter, it just doesn't change. Please see: dev.temptribe.co.uk
I'd like the links in footer to be horizontally centred - at the moment the right margin is wider than the left margin.
Hi there,
I couldn't find an option in "Footer styling" section or anywhere else to reduce the padding at the top and bottom of the footer. Also I have set it to be aligned to centre but it seems to be too much to the left.
Please see the print screen attached.
Could you help please?
many thanks,
Paula
Hello Paula,
You can add this custom css ( thefox > styling options ) :
.footer_type_12 .widget_wrap { margin: 118px 30px 47px 0; }
Then change 118px to change the top space and 47px to change the bottom space.
What do mean by center? Vertically, horizontally ?
Where did you set this setting?
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi there,
Thanks for your help. I managed to reduce the top margin with the code you shared, but the bottom one is unaffected - no matter how low number I enter, it just doesn't change. Please see: dev.temptribe.co.uk
I'd like the links in footer to be horizontally centred - at the moment the right margin is wider than the left margin.
Many thanks,
Paula
Hello Paula,
Add this custom css :
#footer { min-height: 0; padding-bottom:0px; }
The widget are acutally centered, only the menu text is left aligned so it seems on the left.
If you want to change this just change text-align to center for the widgets.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme