Archived topic
Shop Page - Margin/Padding
3 replies · Started by bluebit on June 1, 2017
How can I add margin and padding to the shop page? To move content away from the outer edges of the page. Would be nice to have this customisation added in the future in generate press.
Hi there,
The settings in Customizer > Layout > Container > Content Padding should apply to the shop page as well.
Is it not working for you? or are you looking for specific padding for the shop page only?
Let me know.
yes, im looking for specific padding just for the shop page
Try this CSS:
.woocommerce.separate-containers .inside-article {
padding: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/