Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How can i remove the white space here? I 've tried all the solutions you guys have gived here...
My url: https://moncheriehouse.com/tac-dung-cua-toi-ngam-mat-ong
Hi @moncheriehouse,
Try this CSS code:
#comments{
margin-top:0;
}
#comments #wpdcom textarea{
min-height: auto;
}
#wpd-threads{
margin-top: 0 !important;
}
.post{
margin-bottom: 0 !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Don't forget to press Ctrl+F5 (twice) on the frontend before checking.
Also, please try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.