Archived topic
Padding between header and header element
3 replies · Started by Richard on May 23, 2019
Viewing posts 1–4 of 4
Hi Guys
I have a header and header element which is just an image with a colour overlay.
But i would like there to be a gap between the header and element like there is between all the sections of the site.
Any ideas?
Thanks
Hi there,
give this CSS a shot:
.page-hero {
margin-top: 20px;
}
Amazing thanks!
You're welcome
This archived topic is closed to new replies.