leilollipop Posted August 17, 2023 Posted August 17, 2023 The background image at the bottom of my page only displays a part of the image, I can't resize it to show the entire image.
Solution Lesum Posted August 17, 2023 Solution Posted August 17, 2023 @leilollipop Here's a code snippet to resize the background image on mobile: @media only screen and (max-width: 640px) { section[data-section-id="64b8b433fb273c29655e2385"] .section-background img { object-position: 80% 0% !important; } } Joanna1321 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment