Archived topic
How to set Top bar / Footer to 100% width?
5 replies · Started by crackmacs on April 3, 2020
I have the container, top bar, footer set to be full width, however there remains a white gap on the left/right sides of the page. Is there a way I can fix this?

Thanks!
Hi there,
This CSS is causing the issue:
@media (min-width: 769px) {
body {
margin: 0 30px;
}
}
Let me know if this helps :)
Removed it, all good now thanks!
Can you explain what that code did? Is that for mobile? tyty
It adds 30px margin on the left and right side of the body on desktop only.
Can't even remember adding that.
Thanks again!
No problem :)