Archived topic
Sidebar spacing
5 replies · Started by Carole on April 11, 2018
Hello,
I would like to reduce the spacing between the widget in my sidebar and I can't find out how to do it
Help appreciated
THanks
Carole
Hi there,
Can you link me to the site in question so I know where the space is coming from?
You can edit the original topic and use the private URL field.
Let me know :)
I've got the same request. I'd like the vertical spacing between my sidebar widgets to be smaller. Here's the link...
https://huppbrian.us
Hi Brian,
Try this CSS:
.inside-right-sidebar .widget {
margin-bottom: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect. Thanks, Leo!
No problem :)