Hi there,
If you look at my website gazinginward.com on a mobile device you will see that there are two color sections (“Testimonials” and “Services”) that have images as backgrounds. But the text is overflowing into white space where the image ends. I was hoping you might be able to advise how to have the images stretch to fill the space.
Thank you
Hey theonlykieran,
I see that your services section has “services” as the ID, yet your Testimonials section doesn’t have a added ID. It may be a good idea to add a ID to that section, if you do then change the “av_section_4” in the code below to your new ID.
Otherwise this code will work for you today, please add this code in the General Styling > Quick CSS field:
#top.home #services,#top.home #av_section_4 {
background-size: cover!important;
}
Please clear any cache plugin and your browser cache and check.
Best regards,
Mike