[Resolved] White space below wp show posts in sidebar

Home Forums Support [Resolved] White space below wp show posts in sidebar

Home Forums Support White space below wp show posts in sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2043786
    Puneet

    Hi
    How do I reduce the white space below wp show posts titles in the right sidebar? Margin-bottom doesn’t seem to work.

    Screenshot: https://snipboard.io/h3AzOv.jpg

    URL: https://geekyfi.com/

    Thanks and Regards,
    Puneet

    #2043823
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .sidebar .wp-show-posts article.wp-show-posts-single.post {
        padding-bottom: 0;
        margin-bottom: 0.75em
    }
    #2043835
    Puneet

    Hi David,
    It worked perfectly, thanks.

    Regards,
    Puneet

    #2043859
    David
    Staff
    Customer Support

    Glad to hear that!

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