Archived topic
How do I adjust container spacing separately
3 replies · Started by Jude on July 22, 2019
Viewing posts 1–4 of 4
I need to increase the container spacing between the widgets and between the widget and the content containers. However, I need to maintain the spacing between the contents containers.
from the screenshot http://prntscr.com/oigeaj, I want to increase the spacing #1 and #2. But I want to maintain spacing #3.
Thank you
Hi there,
Try this CSS:
@media (min-width: 769px) {
.separate-containers .site-main {
margin-right: 10px;
}
.separate-containers .widget {
margin-bottom: 10px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thank you
No problem :)
This archived topic is closed to new replies.