Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #272850
    Bastien Chilloux
    Participant

    Hi,

    How can I reduce the gap between a post thumbnail and its title on the archive page ?
    https://bastienchilloux.com/work/

    I have deleted the metadata but would like to reduce the gap between thumbnail and title under it.

    What is the CSS code or way to do this please ?

    #272877
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive-post-wrap .post-thumbnail, .archive-post-wrap .hentry {
        margin-bottom: 20px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #272913
    Bastien Chilloux
    Participant

    Perfect ! Thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce the gap between a post thumbnail and its title’ is closed to new replies.