Archived topic
Remove grey margins on Spacious template
3 replies · Started by Jay on August 7, 2020
Hi, please see picture below. I want to remove the grey margins (marked with green) site wide:
P.s. if you could also SEPARATELY, tell me how to reduce the vertical white padding at the top of the container, that would be great too.
Thanks
Hi there,
Do you only want to remove that on mobile or desktop as well?
Please open a new topic for the separate question.
Thanks!
Hi: remove on mobile and desktop. Site wide.
Thanks
Remove this CSS from Additional CSS field in the customizer:
body {
margin: 5%;
position: relative;
}