Hi there razvancs! 🙂
Do you have a link to your site, so I can inspect it?
This is the css you have to change:
.entry-content {
margin-top: 1.5em;
}
.entry-content h2 {
margin-top: 0.75em;
}
These are the values on your site right now. Replace them with what you want. Play around to make it look the way you want. If you want no space, when have 0 margin.
Hope that helps 🙂
thanks mate! you are great!
No problem! If you need anything else you can get back to me at any time 🙂
sorry to disturb you again
i have the same error on http://www.cartomanziaconsulti.it/
i have added in css and nothing… 🙁
.entry-content {
margin-top: 0em;
}
.entry-content h2 {
margin-top: 0em;
}
Hi razvancs! 🙂
I looked through your site and found some bottom margin on the content-headline and some top margin on the h1 header.
Here is the css:
.content-headline {
margin-bottom: 0;
}
.entry-content h1 {
margin-top: 0;
}
Hi, i have added the code but is not changing 🙁
Are you sure? How did you add it? custom css plugin?
LE: i have added the script in Custom CSS plugin, now is ok
So Thanks Again for your help Sir
You are great and helped me . Thank You
I’m glad I could help you out 🙂