Archived topic
Gaps on footer area sides. Left & Right
4 replies · Started by Yurik on June 9, 2020
Hi,
I have a gap on booth sides of my footer (including the "footer widgets area") that shows on all browsers on desktop version, but not on mobile.
The above is happening whilst in: setting - layout - footer, I have enabled the full width for both: footer & footer´s content. But it appears some gaps on both sides, however by the full width setup this area should fill the space completely.
Any help and the route to fix this will be greatly appreciated!
Bets Regards
Screenshot here https://ibb.co/72yPyjZ
Hi there,
Go to Additional CSS field in the customizer and remove this:
@media (min-width: 769px) {
body {
margin: 0 30px;
}
}
Thanks Leo! That works perfectly!
Cheers
No problem :)