Archived topic
Footer Background Margin
5 replies · Started by _blank on January 4, 2019
Hi
Is there a way to change the footer margins so the background colour aligns with my custom layout? For example, on my Shop page in BeaverBuilder the container is 1400px with 20px padding. I’ve done a similar thing on other layouts too.
I tried the GP settings in the customiser/layout/footer for widget area padding but that moves the text only.
Thanks
Scott
Hi there,
any chance you can unlock the site or provide us with a temporary login?
Hi David
Sorry forgot the maintenance page was on.
I've turned it off for now.
Please try again.
Thanks
Scott
So you would need to eliminate the content padding from the site footer's max width, give this a shot:
.site-footer.grid-container {
max-width: 1320px;
}
Hi David
That worked, I changed it too 1360px and aligns with the boxes.
Thanks for you help.
Scott
You're welcome.