forums › forums › Circle Flip Support › Footer widget Height – can it be adjusted? › Reply To: Footer widget Height – can it be adjusted?
September 13, 2017 at 3:38 pm
#11577
Hi @mwef-74,
There’s no option to reduce the footer height, but you can use custom css.
Please add the following css to your Custom css code field in Theme Options > General Styling > Advanced
.footerList {
margin-top: 0;
margin-bottom: 0;
}
.footerList > li {
margin-bottom: 0;
}
This code will remove the top and bottom margin of the footer.
If you need any further help regarding this issue, please let me know.
Best Regards