Archived topic
Space between header and browser frame
1 reply · Started by Juergen B. on January 27, 2015
Viewing posts 1–2 of 2
Hello,
I‘m just working an a new website: http://www.nxtwerk.de/wirsindhaan (work in progress). Now I'd like to have a small space of - let’s say 12px - between header top and browser frame, so the you can see a small stripe of the backgraound image. How do I manage this?
Very nice and modern theme, by the way. Clean an elegant. I fancy the options of 1-3 columns very much.
Greetz
Juergen
Hi there, nice site!
This CSS should do the trick:
.site-header {
margin-top: 12px;
}
This archived topic is closed to new replies.