Header Bottom Padding

Homepage Community Forums Epik Theme Support Header Bottom Padding

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19559
    webvision
    Customer

      Wes, I need the padding below the header image smaller. I have already adjusted the padding but there appears to be something else there, cant find where to do thi

      Thanks
      Dave

      Private for web address

      #19560
      webvision
      Customer
        This reply has been marked as private.
        #19561
        webvision
        Customer
          This reply has been marked as private.
          #19570
          Wes
          Moderator

            Some of the padding is coming from the site-description (which is hidden, but the padding is still there). You could either add in code to change the padding to 0, or you could add this –

            .epik-darkblue .site-description {
            	display: none;
            }

            The gray background/bar is the space coming from the .head-wrap. So you could add this to have the margin removed for that particular page –

            .home .head-wrap {
            	margin: 0;
            }
            #19578
            webvision
            Customer
              This reply has been marked as private.
              #19581
              Wes
              Moderator
                This reply has been marked as private.
              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.