Site logo

[Support request] remove space above comment form

Home Forums Support [Support request] remove space above comment form

Home Forums Support remove space above comment form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1555704
    Jeffrey

    How can I remove some of the space between the author box and comment form, seems to be a bit there.

    #1555711
    Leo
    Staff
    Customer Support

    Hi there,

    That space is contributed by quite a few things.

    Try this CSS first:

    .author-box {
        padding-bottom: 0;
    }
    .author-box p {
        margin-bottom: 0;
    }
    #1556708
    Jeffrey

    I tried it, no noticeable change so far..

    #1556995
    Leo
    Staff
    Customer Support

    The space has decreased with the CSS for sure.

    You can add this to reduce it some more:

    .separate-containers .comments-area {
        padding-top: 0;
    }

    Please clear and disable your caching plugin if you need further help with this.

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