mdemartin Posted December 6, 2023 Posted December 6, 2023 I have a projects page with two images across and it looks fine on a computer, but they look very small looking on an iPad. Is there code to have images stack on an iPad so only one appears across? Following is a link and screenshot below: URL: https://www.designsite.com/imnworld
tuanphan Posted December 9, 2023 Posted December 9, 2023 Add this code to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:1024px) and (min-width:768px) { div#block-d9586aa9ff76845f4297~.row .span-6 { width: 100%; } } 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!)
mdemartin Posted December 11, 2023 Author Posted December 11, 2023 Thanks you tuanphan - that's great!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment