White space between header and slider

Homepage Community Forums Guru Theme Support White space between header and slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21189
    Pete
    Customer

      Hi Wes, I have a problem with white space between the header/nav menu and the slider that I am struggling with to remove. I have removed the page title from the page and tried to remove the padding but the space is still there. Do you have any tips on how I would be able to remove this white space?

      Here is an example page: http://traveltopspot.com/new-field-service/

      Any tips or advice would be much appreciated!

      http://traveltopspot.com/new-field-service/

      #21200
      Wes
      Moderator

        I don’t see any white space. Are you referring to the border under the header? If so, you can remove it from around line 1115 in your CSS –

        .site-header {
        	background-color: #222222;
        	border-bottom: 1px solid #ddd;
        	left: 0;
        	position: fixed;
        	top: 0;
        	width: 100%;
        	z-index: 999;
        }

        Let me know if you’re referring to something else.

        #21202
        Pete
        Customer

          Hi Wes, sweet! Thanks for the help!

          #21208
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘White space between header and slider’ is closed to new replies.