Hello @jortega101,
I have checked your page on mobile using Chrome, and I don’t see any space on top of the mountain image. https://prnt.sc/10bd6wd
And this is how I see it on Desktop. https://prnt.sc/10bd7cu
Can you, please, provide us with a screenshot pointing out the issue?
Thank you!
Thanks for the replay. actually you did see it. maybe i didn’t expressed my self correctly. please see screen shot of both. https://prnt.sc/10bdt6k
Hello @jortega101,
This is the expected behavior of the cover image, it will be cropped on smaller screens, and height adjusted. We do not usually provide custom coding, but we will consider it this time.
Please try adding the following lines of code into Customizer -> Additional CSS. It should modify the height of the cover image only on Mobile. You can modify the ‘min-height’ number to fit your needs.
@media only screen and (max-width:500px){
.wp-block-cover, .wp-block-cover-image {
min-height: 200px !important;
}
}
Please let us know if this worked.
-
This reply was modified 5 years, 2 months ago by
danamv.
Wow, sorry for the late replay but i had to find out first how to do that. Well i found out and placed it. Now it look the same as the PC that was what i was looking for.
This, “We do not usually provide custom coding, but we we will consider it this time” very much appreciated for the time and effort since i had no idea how to do this.
Again, Thanks.