Too much White spac...
 
Share:
Notifications
Clear all

[Solved] Too much White space

3 Posts
2 Users
1 Likes
727 Views
Posts: 2
Topic starter
(@moncheriehouse)
New Member
Joined: 3 years ago

 

F74A0CA0 68D3 4507 8510 68A76EEDEB3C

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

 

 

Topic Tags
2 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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.

1 Reply
(@moncheriehouse)
Joined: 3 years ago

New Member
Posts: 2

@asti Thank you so much. It's worked!!

Share: