EricGoldberg Posted May 11, 2021 Share Posted May 11, 2021 Site URL: https://www.thelabel318.com Need help with making 3 columns appear on mobile mode instead of 1. If someone could help it would be much appreciated! Willing to commission this. Beyondspace 1 Link to comment
Wolfsilon Posted May 11, 2021 Share Posted May 11, 2021 Hello Eric, I'd be more than happy to do this for you. Feel free to contact me if you still need help. Thanks, Dan Link to comment
Beyondspace Posted May 12, 2021 Share Posted May 12, 2021 1 hour ago, EricGoldberg said: Site URL: https://www.thelabel318.com Need help with making 3 columns appear on mobile mode instead of 1. If someone could help it would be much appreciated! Willing to commission this. Add this to design->custom css @media screen and (max-width: 768px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-column-gap: 4vw; grid-row-gap: 2vw; padding: 0; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
EricGoldberg Posted May 12, 2021 Author Share Posted May 12, 2021 1 hour ago, Wolfsilon said: Hello Eric, I'd be more than happy to do this for you. Feel free to contact me if you still need help. Thanks, Dan Hi Dan, yes if you could help that would be extremely helpful! Let me know how we should proceed. Link to comment
EricGoldberg Posted May 12, 2021 Author Share Posted May 12, 2021 36 minutes ago, bangank36 said: Add this to design->custom css @media screen and (max-width: 768px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-column-gap: 4vw; grid-row-gap: 2vw; padding: 0; } } I tried doing this, it didn't work for the mobile preview. I want to be 3 columns for mobile preview. Link to comment
Beyondspace Posted May 12, 2021 Share Posted May 12, 2021 1 hour ago, EricGoldberg said: I tried doing this, it didn't work for the mobile preview. I want to be 3 columns for mobile preview. Here how it look on mobile view, did you add it to design - custom css BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
EricGoldberg Posted May 12, 2021 Author Share Posted May 12, 2021 Yes! Could it be my browser? I am on safari Link to comment
Beyondspace Posted May 12, 2021 Share Posted May 12, 2021 34 minutes ago, EricGoldberg said: Yes! Could it be my browser? I am on safari I did not see it in ykur custom css, could you take a screenshot where you add it BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
EricGoldberg Posted May 12, 2021 Author Share Posted May 12, 2021 Oh, it worked!!! Thank you Beyondspace 1 Link to comment
EricGoldberg Posted May 13, 2021 Author Share Posted May 13, 2021 Hi - are you able to help to make the font size smaller? I want the captions to all be on the same line. I can't make the font smaller than 12px. Can you help? Link to comment
tuanphan Posted May 14, 2021 Share Posted May 14, 2021 20 hours ago, EricGoldberg said: Hi - are you able to help to make the font size smaller? I want the captions to all be on the same line. I can't make the font smaller than 12px. Can you help? Add to Design > Custom CSS /* product title font */ .products.collection-content-wrapper .grid-main-meta .grid-title { font-size: 12px; } 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
EricGoldberg Posted May 14, 2021 Author Share Posted May 14, 2021 Thank you! And also to make display pricing so it is all on the same line? Is that possible? Link to comment
tuanphan Posted May 16, 2021 Share Posted May 16, 2021 On 5/14/2021 at 10:01 PM, EricGoldberg said: Thank you! And also to make display pricing so it is all on the same line? Is that possible? Add to Design > Custom CSS /* title pricing same line */ @media screen and (min-width:768px) { .grid-main-meta { display: flex; justify-content: space-between; align-items: center; } .grid-prices { margin-top: 0 !important; margin-left: 10px; }} 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
EricGoldberg Posted May 16, 2021 Author Share Posted May 16, 2021 It didn't work, still the pricing is all on the same line Link to comment
EricGoldberg Posted May 16, 2021 Author Share Posted May 16, 2021 Oh I see. I wanted it to be on 2 sperate lines. Product name and price. I wanted all the prices to be on the same line. Do you know what I mean? Link to comment
EricGoldberg Posted May 16, 2021 Author Share Posted May 16, 2021 Also how can I make so the font is 11 on the desktop and 10 on the mobile device? Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 On 5/16/2021 at 10:03 PM, EricGoldberg said: Oh I see. I wanted it to be on 2 sperate lines. Product name and price. I wanted all the prices to be on the same line. Do you know what I mean? You mean title have different height, make price not align. You want all price align in a same line? 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
EricGoldberg Posted May 26, 2021 Author Share Posted May 26, 2021 Yes! All prices on the same line and inline with one another. Product name on a different line. Is that possible? Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/27/2021 at 3:25 AM, EricGoldberg said: Yes! All prices on the same line and inline with one another. Product name on a different line. Is that possible? Add to Design > Custom CSS /* Mobile-Align product price */ @media screen and (max-width:640px) { .products.collection-content-wrapper .grid-main-meta .grid-title { min-height: 30px; } } 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
EricGoldberg Posted June 1, 2021 Author Share Posted June 1, 2021 Hi! Do you know how to make it so the "sold out" is in red? Link to comment
tuanphan Posted June 2, 2021 Share Posted June 2, 2021 On 6/2/2021 at 2:19 AM, EricGoldberg said: Hi! Do you know how to make it so the "sold out" is in red? You mean this sold out text in product name? 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
EricGoldberg Posted June 4, 2021 Author Share Posted June 4, 2021 I want to have so that whenever I write the word "sold out" next to a product it shows up in red. Is that possible? Link to comment
EricGoldberg Posted June 13, 2021 Author Share Posted June 13, 2021 Any update? Can you help? 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