• I have managed to make the majority of amendments I need on my posts but I am still left with a large blank space at the top of each of my blog posts. Is there a way to remove that?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tutorsandfutures

    (@tutorsandfutures)

    Just to add – I understand it can be solved by removing featured image, but I want the featured image to remain (if possible!) so it shown on my Posts page in the thumbnail.

    Hi @tutorsandfutures, I hope you are doing great.

    You can reduce the padding between the 2 elements that are behind the blank space using CSS code below:

    .post__thumbnail {
        padding-bottom: 5% !important;
    }
    
    .entry-header {
        padding-top: 0%;
    }

    Feel free to adjust the values per your needs, you can also make those values resolution-specific to prevent unnecessary changes.

    Cheers!
    Andrija

    Thread Starter tutorsandfutures

    (@tutorsandfutures)

    That’s worked perfectly. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove blank space from blog post’ is closed to new replies.