Archived topic
Widget spacing issue
1 reply · Started by Swadhin on August 9, 2018
Hi there,
I have these sidebar widgets on my blog and while the third one (the one with the popular posts) is acquiring its own size the first two, the search widget and the about me widget are both a bit narrower. I am not able to find the cause and because of this narrowness, the widgets are becoming lengthy hence not looking good.
Please help :)
Best regards,
-Swadhin
Hi there,
Try this CSS:
.widget-area .widget {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)