Reducing Spacing Between Header and Navigation

Homepage Community Forums Legacy Theme Support Reducing Spacing Between Header and Navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11525
    futurewebboss
    Customer

      Looking for the right code to tweak in CSS to reduce the spacing between the bottom of the heder graphic and the top of the navigation bar at http://mappaquerque.com

      Thanks

      #11535
      Wes
      Moderator

        It’s located around line 1257 in your style.css file –

        .header-image .site-title a {
            float: left;
            min-height: 164px;
            width: 100%;
        }

        You can remove or adjust the min-height: 164px;

        #11542
        futurewebboss
        Customer

          Worked perfectly.

          #11547
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Reducing Spacing Between Header and Navigation’ is closed to new replies.