SarahElizah Posted October 12, 2020 Share Posted October 12, 2020 Site URL: https://www.aasah.com/shapes Hi Everyone, Just having an issue with only one of my product pages showing as one column in the mobile view. The others appear as two. I would like to fix this page to appear as the others. Thanks in advance for your help! Link to comment
tuanphan Posted October 13, 2020 Share Posted October 13, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .ProductList-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 10px; } } 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 October 21, 2020 Author Share Posted October 21, 2020 @tuanphan Thank you so much for your help! Link to comment
SarahElizah Posted October 22, 2020 Author Share Posted October 22, 2020 @tuanphan I just realized that although it resolved the issue for the only page that was one column, it has now made the images on the other product pages too small. Any suggestions? https://www.aasah.com/geometric Link to comment
inunzi Posted October 22, 2020 Share Posted October 22, 2020 3 hours ago, SarahElizah said: @tuanphan I just realized that although it resolved the issue for the only page that was one column, it has now made the images on the other product pages too small. Any suggestions? https://www.aasah.com/geometric I haven’t tested it so I’m not so sure, but try deleting the code from your css and pasting it in your specific page’s code injection.You know where to find it right? Let me know if that helps! Link to comment
SarahElizah Posted October 22, 2020 Author Share Posted October 22, 2020 Yes, problem solved! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.