- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month 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 there,
On the desktop view, my header picture is great. However, on mobile view, it’s cut off on the edges and you can’t read the full title of my blog.
The domain name is https://candidwithcaitlin.com
Please advise me on how to fix this as most of my viewers come from mobile devices.
Thanks.
Hi Caitlin,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 550px) {
.entry-header {
height: 125px !important;
}
}
Kind Regards
Hi there,
That did fix the mobile issue, so thank you! But now I’m having another issue. My full header image is now being cut off at the top and bottom on desktop. You should be able to see a full rectangular box in my header, but now you can’t. Any help?
Thanks,
Caitlin
Hi Caitlin,
Please navigate to Dashboard > Appearance > Customize > Header Image, Slider & Video and increase the height of the header section.
Kind Regards