aaninetythree Posted November 4, 2019 Share Posted November 4, 2019 Hello, I need help putting code to resize an image on mobile to appear larger. The site is https://www.nyumbai.com/ and it's the image on the right on the footer. The format looks fine on desktop but once in mobile, the image appears small and not the full width to the mobile screen that'd I want. Thanks in advance! Link to comment
tuanphan Posted November 4, 2019 Share Posted November 4, 2019 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1572209846063_7829 img { width: 100% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
aaninetythree Posted November 22, 2019 Author Share Posted November 22, 2019 It worked! Thanks a bunch! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.