Site logo

Archived topic

remove space above comment form

3 replies · Started by Jeffrey on November 28, 2020

Viewing posts 1–4 of 4

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

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;
}

I tried it, no noticeable change so far..

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.

This archived topic is closed to new replies.