JakeJensen11 Posted August 25, 2022 Share Posted August 25, 2022 Site URL: https://www.jakeandkylee.com/ Hello! I was just wondering how I could swap out the banner image on mobile? I specifically want to change the top image on this page: https://www.jakeandkylee.com/contact It just crops it weird on mobile, I will attach the photo I would like it to change to, hopefully changing the size of the banner image would be great as well. Link to comment
Solution tuanphan Posted August 27, 2022 Solution Share Posted August 27, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { section#details-top { background-image: url(https://content.invisioncic.com/p289038/monthly_2022_08/contact-mobile-1.thumb.png.f26621d0f1fef41ff98d7069f212f0af.png); background-size: cover; background-repeat: no-repeat; background-position: center center; } } JakeJensen11 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment