Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Reply To: Images overlap the template design frame and run off of page

#12063
Grace Themes
Participant

Hi,

To display responsive images in mobile devices

Add below css code in Appearance -> Editor -> style.css file

@media screen and (max-width:767px) {
.site-main img {
    width: 100% !important;
}
}

As you are using background image for your website and it is not possible to display responsive background image in your contact and other page

Regards
Grace Themes

  • This reply was modified 4 years, 3 months ago by Grace Themes.