keazeone Posted September 20 Posted September 20 (edited) Hello. I am trying to get the images on this page: https://keazemusic.com/discography on mobile to look like it does on desktop. Even if these were in stacks of two instead of just one giant image per column, on mobile. Thanks for any help in advance. Edited September 20 by keazeone
Solution tuanphan Posted September 23 Solution Posted September 23 You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { div#page-63b247337db2b713adc0a4a5 .span-3 { width: 50% !important; float: left !important; } } keazeone 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!)
keazeone Posted September 26 Author Posted September 26 On 9/23/2024 at 7:23 AM, tuanphan said: You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { div#page-63b247337db2b713adc0a4a5 .span-3 { width: 50% !important; float: left !important; } } This isn't the first time you've helped me. Thank you so much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment