- This topic has 7 replies, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Hi,
I just updated my website with your Bard theme this past weekend, and I love it! However, I’m wondering if there’s a way to keep the header image static so that it looks the same on all devices. When viewed via iPhone or laptop, the header image looks great, but when viewed on a desktop, the image is way too big and the margins of the header itself cut off much of the image.
Is this only something I can avoid/fix using the Pro version?
Any help would be much appreciated.
Thanks!
Claire
Hi Claire,
At first, thank you for your response and for choosing our theme.
Please share your website URL and we will check for the possible solutions.
Kind Regards
Hi Claire,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.entry-header {
background-size: auto;
}
Kind Regards
Hi Claire,
I will redirect this topic to the developers and they will check.
Kind Regards
Hi Claire.
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.entry-header {
background-size: cover;
}
This is the best solution for the issue you have I sthis CSS snippet, in another case, it’s not possible to have the image with different sizes, the aspect ratio of image changes with the screens.
Kind Regards