Hi there! I would like to reduce the padding between my blog titles and the start of the body content. Haven’t been able to find it in the forum thus far.
Anyone familiar with CSS for this?
Thanks in advance!
Hey Danielle,
Please, may you share your website link?
Best regards,
John Torvik
Hi John, apologies for the delayed reply. Are you still available to support with this?
Here is the link to the blog page >> http://raw-soul.com/journal-blog/
I removed the breadcrumbs but the space where they would land is still there.
I’d like to remove this space from both the full blog roll as well as the individual post pages.
Thanks in advance :)
Danielle
Hi,
Try this code in the General Styling > Quick CSS field:
.html_elegant-blog #top .post-entry .post-title {
padding: 0px !important;
}
Best regards,
Mike
Hi Mike!
It helped a little bit, maybe 5-10px were reduced but there’s still a generous whitespace under the post title.
Let me know if you know of any other troubleshooting tactics.
Best,
Danielle
Hi,
Try this code in the General Styling > Quick CSS field:
.av-vertical-delimiter {
display: none !important;
}
Best regards,
Mike
It worked! Thank you so much!
Hi,
Glad we could help :)
Best regards,
Nikko