Custom CSS for header image
-
I am hoping to increase the size of my websites header image. Are you able to help.
The blog I need help with is: (visible only to logged in users)
-
Hi,
you can increase the size of your image by using CSS editor options. You can find more information on how to do it in the “Advanced Option” section on this support page:
-
Howdy tgookin!
To add-on to @katinthehatsite’s reponse, I provided the code here for you.
This code affects the image-header throughout the site.
.image-header { min-height: 325px; }Changing the min-height to a higher number will increase the height of the image header and how much is shown. Feel free to play around with it. I would personally suggest testing in increments of 25/50 to get an understanding of how it works.
-
- The topic ‘Custom CSS for header image’ is closed to new replies.