Archived topic
Body padding issue with Shop Default Them by Generate Press
1 reply · Started by Dan Nguyen on March 24, 2023
Viewing posts 1–2 of 2
Hi,
How do I remove the default 30px padding on all side of <body> tag for GeneratePress default Shop theme?
Not sure why it's there as it looks really ugly as the image doesn't touch the edge of the screen.
Hi there,
in Customizer > Additional CSS, look for this:
body {
padding: 30px;
}
and delete it
This archived topic is closed to new replies.