How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
972
Views
Sep 28, 2020 11:51 am
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
2 Replies
Sep 28, 2020 12:19 pm
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.