Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #772920

    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!

    #773001

    Hey Danielle,

    Please, may you share your website link?

    Best regards,
    John Torvik

    #775161

    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

    #775165

    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

    #775169

    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

    #775193

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .av-vertical-delimiter {
    display: none !important; 
    }

    Best regards,
    Mike

    #775266

    It worked! Thank you so much!

    #775276

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.