Jamesthehoplite Posted October 9, 2020 Share Posted October 9, 2020 Site URL: https://hoplitehobbyist.squarespace.com/config/design/custom-css Hi everyone hopefully you can help, I'm really trying to reduce the size of our images on our mobile screen. Lots of similar companies have their products displayed i n two columns on mobile devices. I'm very novice when it comes to web development and to be honest at the beginning of our journey I don't have copious amounts of money to spend to hire an expert. I have spoken with square space customer services, who have told me that there is no specific way in the template design to do this. This seems rather silly as many people want this functionality. Is there anyone who can help me add this feature to my store, I like the look of my store on the desktop but I recognise many people will be looking at it on the mobile. Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); } } 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
MiaMiaMia Posted October 22, 2020 Share Posted October 22, 2020 @tuanphan I just tried this on my site and it's not working, could you help? https://oarfish-aardvark-ycpl.squarespace.com/ Tina2020 Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 18 hours ago, MiaMiaMia said: @tuanphan I just tried this on my site and it's not working, could you help? https://oarfish-aardvark-ycpl.squarespace.com/ Tina2020 I see 2 columns here. Do you still need help? 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
MiaMiaMia Posted October 23, 2020 Share Posted October 23, 2020 Oh, I wasn't seeing it yesterday, sorry about that. How do I add padding between the columns? @tuanphan Link to comment
tuanphan Posted October 25, 2020 Share Posted October 25, 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: 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment