How To Remove Padding Between Logo & Primary Header

Homepage Community Forums Epik Theme Support How To Remove Padding Between Logo & Primary Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12207
    Kim
    Customer

      This may have been asked already so I apologize, but I couldn’t find it. I have a fresh install of WordPress and just began the design of my site. Got my logo up (200 x 91) and the primary header was directly underneath. I added an image to the right header and this moved down my primary header so it’s no longer directly underneath and there’s empty space I don’t want. I can’t figure out where this padding is coming from. Thanks!

      My site: Nutrition Medic


      Kim Pahl
      True Vine Web Creations
      http://www.truevinewebcreations.com

      #12216
      Wes
      Moderator

        Take a look at line 1974 in your css file and remove some of the padding from here –

        .header-image .site-header .widget-area {
            padding: 0 0;
            padding: 2.5rem 0;
            padding-top: 0;
        }

        I would change the above code to look like this instead –

        .header-image .site-header .widget-area {
            padding: 0;
        }
        #12231
        Kim
        Customer

          That did it! Thank you…always so helpful! =)


          Kim Pahl
          True Vine Web Creations
          http://www.truevinewebcreations.com

          #12235
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘How To Remove Padding Between Logo & Primary Header’ is closed to new replies.