Hi,
how can I change the line spacing in the author widget. It needs to decrease a little bit.
Here you can see the widget:
It’s the WP Team List plugin.
Thank you.
Best
Harry
Hey Harry,
Can you give us a screenshot of the issue?
I don’t see any issue with the line spacing but there’s a large gap between Author’s widget and Category Widget, are you referring to it?
Best regards,
Nikko
Hi Nikko,
ah yes I deactivated this plug in because the spacing didn’t look good. I use a better widget. But can you tell me why the text Categories is two times displayed? And of yourse the spacing between Categories and Pictas Author is so big.
Thanks a lot.
Best,
Harry
Hi Harry,
Categories is displayed two times because screen reader text isn’t hidden, just add this css code in Quick CSS (located in Enfold > General Styling):
#top label.screen-reader-text {
display: none;
}
as for spacing between widgets, add this css code as well:
#top #main .sidebar .widget {
padding-top: 0;
}
Best regards,
Nikko
Many thanks Nikko, it works :-)
Best,
Harry
Hi Harry,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko