Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1064362

    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

    #1064707

    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

    #1064744

    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

    #1064824

    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

    #1064902

    Many thanks Nikko, it works :-)
    Best,
    Harry

    #1064937

    Hi Harry,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Line spacing in the authors widget’ is closed to new replies.