I integrated a fixed cover image on my website and it works fine: https://stadtpampa.de/4407-2/ Unfortunately it does not work on a mobile device. The image is not responsive and it is not fixed as well. See mobile version
I tried to change the size with @media in the CSS:
@media(max-width: 768px) {
.wp-block-cover {
min-height: 300px !important;
}}
The size is okay then, but it is not fixed. Could you please help me with the right CSS code to fix the image on mobile devices?
Thanks in advance!