Archived topic
Shorten length of sidebar
1 reply · Started by Roslyn on June 18, 2019
Viewing posts 1–2 of 2
I would like to shorten the total length of the right sidebar, if possible. Is decreasing the top and bottom padding enough to take care of this, or are there any additional steps I can take?
Thanks!
Hi there,
I would say the best way would be to remove some widgets in there.
You can certainly remove/decrease the top and bottom padding with this CSS:
.sidebar.widget-area .widget {
padding: 0 30px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.