Archived topic
Mobile - white space
5 replies · Started by Justin on November 30, 2022
Hi
I have tried searching the forum but haven't found a solution to my problem.
I see on most pages when I view my site on a mobile device I have a white space between the last content block and my footer block - see https://www.exclusivecarcare.co.uk/about-us/ for an example.
Can you point me in the right direction to remove this white space?
TIA
Justin
Hi there,
in Customizer > Layout > Footer, can you set the Footer Widgets to 0
Hi David
Ive made the changes and its still the same.
Hmmm... that should have removed them.
Try adding this CSS:
.site-footer .footer-widgets-container {
display: none;
}
Hi David
That seems to have sorted the issue, thank you very much for your time.
Glad to hear that!