Reducing Space Between Header Graphic and Content

Homepage Community Forums Imagery Theme Support Reducing Space Between Header Graphic and Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22608
    Phil
    Customer

      Hi,

      After adding a graphic header, I’m finding that there’s a great deal of space between it and the content area. How do I reduce that space? Here’s an example page:

      https://phildonaldson.com/design/

      Thanks.

      #22609
      Wes
      Moderator

        In your style.css file, look for .site-inner around line 601 –

        .site-inner {
        	background-color: #fff;
        	clear: both;
        	margin-top: 170px;
        	position: relative;
        	z-index: 9;
        	-word-wrap: break-word;
        }

        You can lower the margin-top and it will decrease the space.

        Let me know if that helps.

        #22612
        Phil
        Customer

          Thanks, Wes. I’ll get on it. ????????

          #22613
          Phil
          Customer

            It works. Thanks so much.????

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.