Hi, I've read the forum but what I did didn't work.
I added some code with Custom CSS but the gap is not closing. Can you check the link below and help me?
Example link: https://motorisk.net/blog/en-iyi-kask-markalari/
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 wpDiscuz community!
Merry Christmas and Happy Holidays! π
Hi, I've read the forum but what I did didn't work.
I added some code with Custom CSS but the gap is not closing. Can you check the link below and help me?
Example link: https://motorisk.net/blog/en-iyi-kask-markalari/
Hi @ozy,
Use the CSS code below:
div#comments {
margin-top: 0;
}
.single_post {
margin-bottom: 10px;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
You can change the red marked value if you want.Β