marmo Posted September 30, 2021 Share Posted September 30, 2021 Site URL: http://www.marmogallery.com/bottega Hi Tuanphan can you help me also? I would like my mobile products to appear as 2 next to each other instead of stacked. I am also having a problem where the custom font shows up the perfect size on web browser, but tiny on the mobile device. Can you help me with this? Thank you so much! shop is: www.marmogallery.com/bottega Link to comment
tuanphan Posted October 3, 2021 Share Posted October 3, 2021 On 10/1/2021 at 12:22 AM, marmo said: Site URL: http://www.marmogallery.com/bottega Hi Tuanphan can you help me also? I would like my mobile products to appear as 2 next to each other instead of stacked. I am also having a problem where the custom font shows up the perfect size on web browser, but tiny on the mobile device. Can you help me with this? Thank you so much! shop is: www.marmogallery.com/bottega #1. Add to Design > Custom CSS /* Product 2 columns mobile */ @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; } } #2. Which elements you used custom font? 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