Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello agne987,

    You’ll want to make a child theme first (see how here: http://codex.wordpress.org/Child_Themes )

    Then add this line of code to your child themes style.css:

    .site-content article {
         margin-bottom: 2rem;
    }

    You can adjust the value “2rem” to whatever you want.

    Thread Starter agne987

    (@agne987)

    Thanks for you’r help but it didn’t help. I could see no difference when adding the code you suggested to my child theme.

    .site-content article {
    	border-bottom: none;
    	border-bottom: 0.01rem;
    }

    Is there another class I should adjust?

    Your code has border-bottom, try margin-bottom instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space below post in Twenty Twelve’ is closed to new replies.