Ioana Posted July 26, 2020 Share Posted July 26, 2020 Hi! Can someone help me with a code or instructions on how to make the mobile version of my shop as a grid or at least 2 columns, not an endless scrolling page? Link to comment
tuanphan Posted July 26, 2020 Share Posted July 26, 2020 Can you share link to shop page? We can help easier. 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
Ioana Posted July 26, 2020 Author Share Posted July 26, 2020 Http://lunaticusse.co.uk Link to comment
rwp Posted July 26, 2020 Share Posted July 26, 2020 @media screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 2vw; grid-row-gap: 4vw; padding: 0; } } Link to comment
Ioana Posted July 28, 2020 Author Share Posted July 28, 2020 Thanks a lot! You're the best! 🤩 Link to comment
Guest Posted November 17, 2020 Share Posted November 17, 2020 Hello everyone, i am trying to use this code in my Shop Page but without succes, any ideas why ? a hint ? target page here: https://www.luxyleatherbags.com/shop Thanks Link to comment
tuanphan Posted November 17, 2020 Share Posted November 17, 2020 1 hour ago, lienmt said: Hello everyone, i am trying to use this code in my Shop Page but without succes, any ideas why ? a hint ? target page here: https://www.luxyleatherbags.com/shop Thanks Add to Home > Settings > Advanced > Code Injection > Header <style> @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 5px; } } </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
Guest Posted November 17, 2020 Share Posted November 17, 2020 it is perfect !! Thanks a lot !!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.