Archived topic
To much space under Top Bar text widgets
3 replies · Started by Peter on November 26, 2021
I have a new clean installation.
When I ad a text widget to the top bar I can’t adjust the padding under the widget.
There is approx. 30 px space under the text than over it - even if I set the Customize > Layout > Top Bar > padding 10 40 0 40
I have also tried
.top-bar .wp-block-columns {
margin-bottom: 0
}
Without luck ...
Hi there,
its probably coming from a text element - you can try this CSS:
.top-bar p {
margin-bottom: 0;
}
If thats not working, then can you share a link to the site where i can see the issue?
So simple....
It works :-)
Thanks
Glad to hear that!