zaweyati Posted March 2, 2021 Share Posted March 2, 2021 Site URL: https://www.zaweyati.com/ Hi I recently added a background image to my footer and while it looks great on desktop, it gets cut off in mobile view. Is there a size recommendation for the image to work on both views? What else can I do? Thank you Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 Add this to Design > Custom CSS to add new image on mobile. Replace with your image url /* mobile footer img */ @media screen and (max-width:767px) { footer.sections .section-background { background-image: url(https://cdn.pixabay.com/photo/2021/02/07/09/11/sunset-5990540__340.jpg); background-size: cover; background-repeat: no-repeat; } footer.sections .section-background img { visibility: hidden; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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