Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the gVectors community!
Merry Christmas and Happy Holidays! 🎄
There is a lot of white space between the post and the reaction form. After inspection (firefox) the white space is above the title ("Reageer op dit schrijve:") of the reaction form in the comments area.
How can I change it in wpDisquz?
I found this code at the CSS section of the plugin:
.comments-area{width:auto;}
#wpcomm .wc-form-footer {
display: block !important;
}
link: https://www.fvbussel.nl/wordpress/Blog (redirects to the latest post with the reaction form)
The theme I use is twenty seventeen.
Thanks!
Hi @fvbussel,
Please put the following CSS code in the "Custom CSS Code" textarea.
#comments {
padding-top: 0;
}
The issue should be solved.
Please don't forget to delete the caches and press CTRL+F5 (twice) on the frontend before checking.
...this works. Thank you very much.
The same problem I have is with the navigation bar ...I can't find the code.
Yes this is a theme issue, however, the solution is simple, and we can help you to solve it. Just use this CSS code:
nav.navigation.post-navigation {
margin-top: 0 !important;
}
@astghik
I added this code to the extra CSS section:
/* reaction form / white space */
#comments {
padding-top: 0;
padding-bottom: 0;
}
nav.navigation.post-navigation {
margin-top: 0 !important;
}
/*end*/
It works but still there's a lot of white space after the reaction form and the post navigation.
Reduced it by 50%????
@astghik
Thank you!! ...Well, I think I leave it this way.

