[Support request] change spacing in sidebar

Home Forums Support [Support request] change spacing in sidebar

Home Forums Support change spacing in sidebar

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

    I have a ‘recent posts’ tab in my sidebar The titles look really far apart. Is there anyway of reducing the spacing in between them?

    #653766
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know ๐Ÿ™‚

    #653961
    Edward

    Ok, added the URL privately

    #654229
    David
    Staff
    Customer Support

    Hi there,

    your links are wrapped in <p> tags so they inherit the margin-bottom from that, you can add this CSS to remove/reduce that:

    #right-sidebar .textwidget p {
        margin-bottom: 0.5em;
    }
    #654478
    Edward

    Awesome, Thank you!

    #654487
    David
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.