- This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
I’m experiencing a similar issue as here: https://wp-royal-themes.com/forums/topic/top-header-image-not-scaling-for-smaller-devices/
For smaller devices, my header image is not scaling the header image with the rest of the page but cuts it off on the sides instead.
Thank you for your help.
Hi Salli,
Please share your website URL and we will check for the possible solutions.
Kind Regards
Hi Salli,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
@media screen and (max-width: 380px) {
.entry-header {
height: 130px !important;
}
}
Kind Regards