HELP! change header image size in Gateway theme
-
Is there any way to increase the header image height in the Gateway theme?
The blog I need help with is: (visible only to logged in users)
-
you want the image itself to be larger, or you just want to move it up and eliminate that white space above it?
-
Try this and see if it’s what you’re looking for
.header-image {
padding: 0px 0 15px;
}
.site-branding {
display: none;
} -
OK, actually if you want to remove ALL the white space above the header, use this CSS:
.site-header {
padding: 0px 0;
}
.header-image {
padding: 0px 0 15px;
margin: 0px 0 -15px;
}
.site-branding {
display: none;
} -
-
No problem, glad I could help!
Don’t forget to mark this thread as “resolved” if you feel your question has been answered.
Cheers!
-
Hi,
Could someone help me make the header image larger in the Gateway Plus theme? The images need to make more impact.I am not a programmer so please keep your suggestions as basic and clear as possible. Thank you.
-
- The topic ‘HELP! change header image size in Gateway theme’ is closed to new replies.