ZipZapZop Posted May 3 Share Posted May 3 (edited) Hello everyone, I'm trying to center-align the products on our mobile store page. They are all left-aligned. I have not been able to figure out how to do this in the site 'Edit Section' nor with any 'Custom CSS' as of yet. Google search has not lead to any effective results. Does anyone know how to fix this problem? Edited May 3 by ZipZapZop Adjusted picture order. Adjusted title for clarity. Link to comment
Solution Shadmon Posted May 3 Solution Share Posted May 3 Hi, Sure you can do that. You can add this code to Website > Website Tools > Custom CSS @media only screen and (max-width: 767px) { .products .grid-item { width: 100% !important; } } Let me know if it works! zoga_sufefi3, nuruv_alaha36, vokoru_yoki16 and 2 others 3 2 Link to comment
ZipZapZop Posted May 3 Author Share Posted May 3 11 minutes ago, Shadmon said: Hi, Sure you can do that. You can add this code to Website > Website Tools > Custom CSS @media only screen and (max-width: 767px) { .products .grid-item { width: 100% !important; } } Let me know if it works! Yes, this worked! Thank you very much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment