Guest Posted November 12, 2020 Posted November 12, 2020 Site URL: https://www.mamskulture.com/ The grid of my shop pages are single posts in a linear form. I would like them in a grid of rows and columns for both desktop and phone
tuanphan Posted November 12, 2020 Posted November 12, 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)); grid-column-gap: 10px; } } 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!)
tuanphan Posted November 15, 2020 Posted November 15, 2020 @Mams I see Currency overlap Cart icon 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!)
Guest Posted November 15, 2020 Posted November 15, 2020 Oops. Please could you help me move it down a little. I would really appreciate it if squarespace provides my desired currency; Nigerian naira at little to no additional cost. Is that something you can help me with?
Guest Posted November 15, 2020 Posted November 15, 2020 3 hours ago, tuanphan said: @Mams I see Currency overlap Cart icon Oops. Please could you help me move it down a little. I would really appreciate it if squarespace provides my desired currency; Nigerian naira at little to no additional cost. Is that something you can help me with?
tuanphan Posted November 17, 2020 Posted November 17, 2020 On 11/16/2020 at 2:17 AM, Mams said: Oops. Please could you help me move it down a little. I would really appreciate it if squarespace provides my desired currency; Nigerian naira at little to no additional cost. Is that something you can help me with? Hi. Sorry for the delay. Missing your notification. I see you solved? I see image on mobile is cut off. You can add this to to Design > Custom CSS to fix /* header overlap image */ @media screen and (max-width:767px) { body#collection-5f75201edf48bb24d6c8bf8f { padding-top: 7vh; } } 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!)
Guest Posted November 27, 2020 Posted November 27, 2020 On 11/12/2020 at 3:15 PM, tuanphan said: 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)); grid-column-gap: 10px; } } You have done what I asked and I really appreciate it however could you please increase the sizes of the products and turn of the hover
Recommended Posts
Archived
This topic is now archived and is closed to further replies.