There is a space be...
 
Share:
Notifications
Clear all

[Solved] There is a space between the post and the comment

2 Posts
2 Users
0 Likes
537 Views
Posts: 1
 ozy
Topic starter
(@ozy)
New Member
Joined: 3 years ago

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/

1 Reply
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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. 

Share: