- How can I align the header [Float center] above the [Main page]?
- If the [Header] is floating over the [Main page], how do I ensure that the article is not covered by the header?
- There is a small gap above the header that needs to be removed so there is no space.
I have been working on this for 2 hours with no success -_-')
Code
.Image-header {
text-align:center;
margin-left:auto;
margin-right:auto;
display:block;
}
.Page-background {
text-align: center;
background-position: top;
}
Any help with solving this issue would be greatly appreciated :)