LucyBold Posted November 20 Share Posted November 20 Hello! I am trying to adjust the spacing between products on MOBILE. 1. Move the Add to Bag button up, closer to the image and tittle 2.Adjust padding (marked in red) between product/images 3. Lastly, is it possible to also adjust the sapcing between the bottom of each image and the Product title Thanks in advance! Link to comment
tuanphan Posted November 22 Share Posted November 22 Hi, Can you share link to this page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LucyBold Posted November 22 Author Share Posted November 22 @tuanphan Here it is: https://www.lacalifornie.es/all/furniture Thanks for looking into this! Link to comment
Web_Solutions Posted November 22 Share Posted November 22 41 minutes ago, LucyBold said: @tuanphan Here it is: https://www.lacalifornie.es/all/furniture Thanks for looking into this! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { grid-column-gap: 6vw; grid-row-gap: 10vw; } .products.collection-content-wrapper .list-grid .sqs-add-to-cart-button, .products.collection-content-wrapper .grid-item { margin: 0 !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
LucyBold Posted November 22 Author Share Posted November 22 Thanks @Web_Solutions, already applied your code, looking good! Can i also adjust the side padding of the colums? See attachment Link to comment
Solution Web_Solutions Posted November 22 Solution Share Posted November 22 58 minutes ago, LucyBold said: Thanks @Web_Solutions, already applied your code, looking good! Can i also adjust the side padding of the colums? See attachment Replace the previous code with the code below @media screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { grid-column-gap:3vw; grid-row-gap: 16vw } .products.collection-content-wrapper .list-grid .sqs-add-to-cart-button,.products.collection-content-wrapper .grid-item { margin: 0 !important; } .tweak-products-width-full .products.collection-content-wrapper { padding-left: 3vw !important; padding-right: 3vw !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
LucyBold Posted November 23 Author Share Posted November 23 Thank you so much @Web_Solutions. It worked! 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