• Hey everybody, new to forum.

    I am clueless as how to decrease only the bottom margin between h2 and my list in the css. The only advice I’ve found is how to decrease both margins at once, but I want to be able to space the top and bottom margins separately.

    Any advice?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is one way to increase/decrease top/bottom margins separately:


    h2 {
    margin-top:10px;
    margin-bottom:20px;
    }

    Thread Starter mdrasin

    (@mdrasin)

    Awesome, thank you!

    Also, do you know how to get bullet points onto the same line?
    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decrease bottom margin h2 list WP2013 theme’ is closed to new replies.