Archived topic
Background Image aligning left of mobile
1 reply · Started by Ben on June 23, 2020
Viewing posts 1–2 of 2
Hi guys,
Please take a look at the hero image on this page: https://renovationrates.co.uk/
Is there a way to set the background image position?
I'm not happy with the position as it is and the alignment is way off when viewed on a mobile phone.
Thanks
Hi there,
Try this CSS:
@media (max-width: 768px) {
#generate-section-1.generate-sections-container {
background-position: center center;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.