• Resolved mskellyw

    (@mskellyw)


    I’m using the Twenty Twelve theme and am finding there is WAY too much white space between postings on my blog page. I’ve already created a child theme, but am not well-versed enough in CSS to find the offending code myself. I’ve tried changing all kinds of things to no avail.

    Here is a link to the page that is driving me crazy: https://happymamahealthybaby.com/articles/

    Any help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I noticed you already have this in your childtheme’s style.css

    .site-content article {
    	word-wrap: break-word;
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;
    }

    Just add these 2 lines into it

    margin-bottom: 42px;
    margin-bottom: 3rem;

    adjust the amount as you like.

    Thread Starter mskellyw

    (@mskellyw)

    Hooray! That fixed it. Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too much white space between post excerpts’ is closed to new replies.