Archived topic
How can I add padding after the comments form on blog posts?
3 replies · Started by Judith on September 8, 2021
I have more than 100 stories published on my blog, and I am changing my theme to Generate Press. Now I want to add padding below the comments form (more white space between the form and the beginning of my footer). I assume I need some code to do that, as I can't see a hook for this.
Kind regards, Judy.
Hi there,
try adding this CSS:
#main .comments-area {
margin-bottom: 100px;
}
If its not working then share a link to your site so i can take a look :)
Thank you, David. That worked perfectly. Issue resolved.
I really appreciate your prompt support.
Kind regards
Judy
Glad to be of help!