Archived topic
Padding in Top Bar items
1 reply · Started by Espresso on July 29, 2020
Viewing posts 1–2 of 2
Hi,
I would like to add some top pagging to the items in the top bar. I have tried with some CSS but the top and bottom pagging don't seem to work.
Thanks,
Dan
Hi there,
Try adding this CSS first:
.top-bar .lsi-social-icons li {
margin-bottom: 0 !important;
}
.top-bar .wpml-ls-legacy-list-horizontal {
padding: 0;
}
Then increase the top and bottom padding in the customizer:
https://docs.generatepress.com/article/top-bar-widget-area/#spacing
This archived topic is closed to new replies.