Coryoos Posted November 26 Posted November 26 Site URL: https://www.swoonlearning.com/store/p/ac-1o1-ss On desktop, things look, and are working as expected: On mobile, I would like for these images to be in two columns, not one. I'm using the "stack" image for each of these: Beyondspace 1
tuanphan Posted November 30 Posted November 30 You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { div#block-ae8679ccf26e48efa451+.row .span-2 { column-count: 2; } } Coryoos 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!)
Coryoos Posted December 3 Author Posted December 3 (edited) This worked well to get it to two columns, but it does look like something strange is happening though as you can see in the IMG_53C061E33961-1.jpeg below. This view is on an iPhone 13 Pro using Google Chrome web browser: Also, I'm trying to get the "figcaption" to align to the center of the image on mobile. Could you please help me with this? Also, if I add more images to other product page's "additional info" sections, would I just need to swap out the "div#block-ae8679ccf26e48efa451+" with the one on the new page? Edited December 3 by Coryoos
Solution tuanphan Posted December 4 Solution Posted December 4 you can remove code I sent & use this new code @media screen and (max-width:767px) { section.ProductItem-additional figure { display: flex; align-items: center; } section.ProductItem-additional figure figcaption { margin-top: 0px !important; } } Coryoos 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment