Hello,
I'm assisting with a website and I can't adjust the height of the portfolio header images on mobile devices, they are about 2 screens high which isn't ideal.
I have inserted code to adjust the website header images, which worked, but it doesn't apply to portfolio.
The code I used for that was:
@media only screen and (max-width:767px) {
.gallery-fullscreen-slideshow{
height: 30vh!important
}
}
However I can't find any code that applies to the header image in portfolio pages.
The website (and specific page) is here.
I've tried inspecting elements and trying different ID's etc but no luck.
Any ideas?
On mobile it appears as shown in attached image.
Thanks in advance.