Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875453

    mcveys34
    Participant

    Hey Guys,

    I have background images behind text on multiple pages on my site. I’m noticing that the image is not responding so when viewing on mobile you don’t see the entire picture. Anything I can do about this?

    Here’s the site: http://www.reipropertymanagement.net/community-association/

    Thanks again!!

    #875953

    Christopher
    Moderator

    Hi there,

    Please add following code one by one under Customize -> Custom -> CSS, resize the window and check which one works better on your end.

    @media (max-width:767px){
    .x-section.bg-image {
        background-size: 100% 100%;
    }
    }

    Or

    @media (max-width:767px){
    .x-section.bg-image {
        background-size: contain;
    }
    }

    Hope that helps.

    #876291

    mcveys34
    Participant

    Works great, thanks!

    #876638

    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.