Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #440222

    hi there
    I’m using a color background with a background image but its not responsive on mobile – Its not scaling scale.
    http://marilynwhall.com.au

    Cheers

    #440659

    Hi xfacta!

    Do you have the background repeat option set to “Stretch to fit”?

    Cheers!
    Elliott

    #440695

    Hi there

    yes I do. I tried the option of using a fullwidth slider for the image instead but that affected the quality of the image.
    I need the image to go right to the edge of any size screen but also obviously scale on mobile devices.

    Cheers

    #441216

    Hey!

    Send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    #441307
    This reply has been marked as private.
    #441753

    Hey!

    Hmm, well since the image your using is very long I don’t think it’s going to work. You could try this CSS.

    .avia-full-stretch {
      background-size: 100% 100%;
    }

    But since your image is so long and your setting a custom height for the color section it’s going to look distorted. If you had the height of the color section set to the screen width then this might work.

    #av_section_1, #av_section_1 .container { height: 30vw !important; }
    

    Best regards,
    Elliott

    • This reply was modified 9 years, 6 months ago by Elliott.
    #441824

    The 2nd bit of code worked :)

    thanks so much :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Color background not responsive’ is closed to new replies.