- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Imagery Theme Support › Reducing Space Between Header Graphic and Content
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.
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.
Thanks, Wes. I’ll get on it. ????????
It works. Thanks so much.????