I have added a single image block “Want to be a Game Changer?” to my homepage and it is not responsive.
Desktop View: https://snag.gy/CINPS2.jpg
Mobile View:https://snag.gy/BvA32h.jpg
How do I fix?
Hi,
I have tried the single image element. I inserted an image in the single image element
– https://www.screencast.com/t/EzDKYTCiISpY
Saved the page and tested on mobile with this result
– https://www.screencast.com/t/Y6exAFV2mx9
As it can be seen the image is displayed properly. I did not modify anything, simply added the single image and saved the page. Please provide a link to your website so we can inspect the issue.
Thanks
I tried inserting the image in a text box and it works, why won’t it work in a single image block.
Hi,
Please do not post sensitive login information here on the forum, this is a public topic for everyone to see. I have edited your post, and removed them. As a solution to your problem, please enter this code in Theme panel->Custom Css
– https://www.screencast.com/t/Zyu5OSOJ
It should make the image more responsive, and display better on mobile devices.
.td-pb-span12 .vc_single_image a {
background-size: contain;
background-repeat: no-repeat;
}
Thanks
Apologies, I was on my mobile and I thought replying within the post was private, where would I send my credentials?
I have the same issue with the quote image on my homepage sidebar.
Hi,
You can send us an email at contact@tagdiv.com and provide your login information there, and we will take a look. Also paste a link to this topic in your email.
Thanks
Hi,
@e_roubos If the single image is not providing the expected results, you could enter the desired image in a text element and check the results with that method
– https://www.screencast.com/t/6gLTrQp8cDj
Thanks