SarahElizah Posted February 7, 2020 Share Posted February 7, 2020 Site URL: http://www.aasah.com/shop Hi Everyone...I'm hoping to get some help regarding the image layout on my shop page. On the mobile version of the site, I would like the images to be a single column rather than two, which they currently are. Thanks in advance! Link to comment
tuanphan Posted February 8, 2020 Share Posted February 8, 2020 Add to Shop Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { .ProductList-item { clear: none !important; width: 100% !important; float: none !important; } .ProductList-item img { width: 100% !important; height: auto !important; } } </style> 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
SarahElizah Posted February 13, 2020 Author Share Posted February 13, 2020 @tuanphan Thank you for your help...very much appreciated! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.