Site logo

[Resolved] Reduce white space between article heading/first paragraphs and featured image

Home Forums Support [Resolved] Reduce white space between article heading/first paragraphs and featured image

Home Forums Support Reduce white space between article heading/first paragraphs and featured image

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1835348
    lewis

    Hi all, I am looking to reduce the white space for all blog posts on my site. There is big white empty space above the featured image and also below the featured image before the content starts. Here is a screenshot https://imgur.com/a/BL5A58S .

    I have tried changing it in the theme, but cannot find anything. Looks like it needs some a bit of custom code. Any help would be much appreciated! Thanks

    #1835350
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1835355
    lewis

    Please see info

    #1835358
    lewis

    not sure if I sent the details correctly, here is a link 🙂 https://querysprout. com/does-kohls-allow-dogs/

    #1835361
    Leo
    Staff
    Customer Support
    #1835364
    lewis

    Hi Leo, yes I have tried that, but that only changes the gap in the blog roll of “recent posts”. I am trying to reduce the gap for on each individual blog post.

    #1835375
    Leo
    Staff
    Customer Support

    Give this CSS a shot:

    .single .featured-image.page-header-image-single {
        margin-top: 1em !important;
        margin-bottom: 1em;
    }
    #1835377
    lewis

    You sir are a genius! Works like a charm. Thanks so much.

    #1835380
    Leo
    Staff
    Customer Support

    No problem 🙂

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