HEADER IMAGE
- The topic ‘HEADER IMAGE’ is closed to new replies.
Need help? Check out our Support site, then
How to increase the dimensions of the header image ?
The blog I need help with is: (visible only to logged in users)
Hello there,
yes, you can add this CSS and play with the numbers:
@media (min-width: 768px) {
.image-header {
padding: 160px 0px;
min-height: 500px;
}
}
First value of padding (160px in the example) is the space above and under the site title.
The min-height value is the minimum height of the section (including the padding-top and padding bottom).
Here you are how to add CSS:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps,
Ricardo P.