Site logo

[Resolved] dynamic resize container background image on mobile

Home Forums Support [Resolved] dynamic resize container background image on mobile

Home Forums Support dynamic resize container background image on mobile

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

    I have a container block with a background image. On mobile the image doesn’t resize and just looks too zoomed in.

    #2086571
    Ying
    Staff
    Customer Support

    Hi Lunatrix,

    Try this CSS:

    @media (max-width: 768px) {
        .gb-container-2dc097b2:before {
            background-size: 1000px;
            background-position: left bottom;
        }
    }

    If you have GB pro, this can be done within the settings.

    Let me know if you need further assistance 🙂

    #2086575
    lunatrix

    Amazing support – as always!

    #2086588
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.