• Resolved imcarmel

    (@imcarmel)


    I have an inprogress site I’m working on.. here: https://wssaustin.org/wordpresstest/

    One thing I’d like to tweak is the amount of white.. specifically in 2 places– around the header image and in the paragraph breaks.

    Can someone point me in the right direction for reducing the padding on the header image?

    And reducing the spaces between paragraphs?

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • This should do it, adjust as needed.

    .site-header { padding: 12px 0; }
    .main-navigation { margin-top: 12px; }
    .entry-content p, .entry-summary p, .comment-content p, .mu_register p { margin-bottom: 18px; }

    Thread Starter imcarmel

    (@imcarmel)

    perfect! thanks!!!

    Thread Starter imcarmel

    (@imcarmel)

    O– one more thing.. how do I get the Navigation bar to center??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Less white in TwentyTwelve child theme’ is closed to new replies.