Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1479350

    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.
    1
    The area that is currently white should continue with the background image.

    Just like in the example below. Column with background image via css
    2

    How can I do this?
    Best regards

    #1479424

    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

    #1479736

    Thank you! topic can be closed!

    #1479778

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Backgroundimage on mobile’ is closed to new replies.