Hi all,
I’m using the amazing Inspiro theme and I would like to reduce the home page image header height.
I’ve tried everything :
- adding a new image to the library and cropping it → did not work since it zooms on the image and keeps the same height as before
- looked up on the web for some solutions and found different customized CSS to add → none of them worked for me
a) ```
img.wp-image-70 {
max-height:250px;
object-position: 0 10%;
object-fit: cover;
}
b)```
.home .page-header{
height: 50vh !important;
}
c) .home .page-header{ height: 600px !important; } .carousel .page-header { min-height: unset !important; }
Is there any solution I could use?
Thanks,
Lod