• Resolved Nessan Cleary

    (@nessan-cleary)


    Hi,
    I’d like help to remove the space above the ‘Continue reading…’ link on the stories on the front page of my blog at nessancleary.co.uk. My intention is to tighten up the spacing between the stories by having the ‘Continue reading…’ link placed directly beneath the text that it relates to. I‘d be grateful for any suggestions.
    Best regards,
    Nessan

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think this might be what you’re looking for, add into Appearance->Customize->Additional CSS

    .home .entry-content p:last-of-type {
        margin-bottom: 0px;
    }
    Thread Starter Nessan Cleary

    (@nessan-cleary)

    Hi Jarrett,
    That worked a treat – thanks. Just one thing, there’s still a gap under the picture captions but I’d like to close this up as well so that the “Continue reading…” is also right under the caption, exactly in the way that your code has done for all the other posts without pictures. Any suggestions?
    Thanks,
    Nessan

    Try something like this

    .home .entry-content .wp-block-image {
        margin-bottom: -20px;
    }

    You can adjust the -20px value to change the spacing to your liking.

    Thread Starter Nessan Cleary

    (@nessan-cleary)

    Thanks Jarret,
    That has worked perfectly for me.
    Best regards,
    Nessan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving Continue Reading…’ is closed to new replies.