cfech Posted September 28, 2021 Share Posted September 28, 2021 Site URL: https://www.fechtorstudio.com @tuanphan Hey there, Im having the same problem - would you mind helping? Im hoping to have my home page on mobile display THREE (3) images across, instead of 2. Right now the desktop version shows 3, mobile is only showing two. Link to comment
tuanphan Posted September 30, 2021 Share Posted September 30, 2021 On 9/28/2021 at 8:14 PM, cfech said: Site URL: https://www.fechtorstudio.com @tuanphan Hey there, Im having the same problem - would you mind helping? Im hoping to have my home page on mobile display THREE (3) images across, instead of 2. Right now the desktop version shows 3, mobile is only showing two. Add to Design > Custom CSS /* POV 3 columns on mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1614355243631_21390 .slide { width: 33.3333% !important; } } 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!) Link to comment
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:23 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? 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.