[Resolved] Comments white-space reduce

Home Forums Support [Resolved] Comments white-space reduce

Home Forums Support Comments white-space reduce

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #178941
    Ramesh Srinivasan

    Hi!

    I’d like to reduce the white space as well as the cell padding metrics in the Comments section in my web site.

    This is how it originally appears:
    http://winhelponline.com/c1.png
    (This is the default settig, looks very clean, but takes a lot of scrolling)

    I’ve made a quick mock-up using Paint, that’s how I’d like it to appear.
    http://winhelponline.com/c2.png
    (Might appear congested in the mock-up, but I can further refine the values as needed)

    BTW, I have the GP-Premium Add-On if that makes any difference. Thanks in advance for the assistance!

    #179029
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    .comment-content {
        padding: 10px;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know ๐Ÿ™‚

    #179080
    Ramesh Srinivasan

    Thanks Tom. That takes care of the padding.
    Any idea about the other thing.. white-space between two comment entries?

    #179091
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    .comment-body {
        padding-top: 10px;
    }
    #179096
    Ramesh Srinivasan

    Perfect. Thanks Tom.

    #179099
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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