Changing header and header image size
-
Hello,
I’m trying to change my header- and header image width. I managed to find a code that actually did change the header width, but I need it to be centered.
.site-header {
background-color: rgb(#87ad9b);
max-width: 70%;
position: relative;
width: 70%;
z-index: 4;
}I’m not into coding at all, but I thought changing ‘relative’ to ‘centered’ would do the trick, but it doesn’t.
Also, I very much would like my banner (header image) to be ABOVE the text rather than under it, and if that’s not possible, I would like its width to be reduced just like that of the header. How can I work that out?
Additionally, I would like not to show the header text on specific pages, how do I make that happen?
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Changing header and header image size’ is closed to new replies.