Hello, on this page, I would like the background image to be repeated in the mobile version as well, stacking on top of each other.
It’s the background image of a color section.
The area that is currently white should continue with the background image.
Just like in the example below. Column with background image via css
How can I do this?
Best regards
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#av-layout-grid-1 .flex_column {
background-image: url(//schlafundseele.mindful-designs.de/wp-content/uploads/2025/03/Design-ohne-Titel-22-1.png) !important;
background-repeat: repeat;
background-position: center;
background-size: contain;
background-position: top center;
}
}
Best regards,
Mike
Thank you! topic can be closed!
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard