Archived topic
White Space between Sidebar items
5 replies · Started by Arvid on May 24, 2021
Hi there,
there seems to be a lot of white space between the header of a widget, and the widget itself. Is there a way to condense it? By changing some of the spacing, it actual pulls up the title of the next widget to the content.
Example can be seen here: https://www.traveltothemagic.net/
Hi Arvid,
I don't see a lot white space between header and sidebar widget, this is what I see:
https://www.screencast.com/t/hDFaBdkBQt
Did I miss anything? Let me know :)
Hi Ying,
sorry I think I explained it incorrectly. The space between the title/header and the actual content of the widget is too much. It only allows me to change the spacing between different widgets.
I think I was able to fix it with this additional CSS:
`
#widget-title {
margin-bottom: 5px;
}
Ah I see, the orange part in below screenshot?
https://www.screencast.com/t/9aPg1mUmGi
If so, try this CSS:
.inside-right-sidebar .widget-title {
margin-bottom: 5px;
}
Let me know :)
Correct Yinng! Thanks
No problem :)