URL: taskerandshaw.com
PW: TASPW20221
looking to change the displayed featured products grid on mobile only to 2 columns from 3. Happy with 3 wide on desktop want to switch to two wide on mobile devices.
any help would be appreciated
james
URL: taskerandshaw.com
PW: TASPW20221
looking to change the displayed featured products grid on mobile only to 2 columns from 3. Happy with 3 wide on desktop want to switch to two wide on mobile devices.
any help would be appreciated
james
oh sorry for that issue can you try this code
@media only screen and (max-width: 749px) {
#shopify-section-164227398336f9b5e0 .grid__item.medium-up--one-third.text-center {width: 50% !important;}
#shopify-section-164227398336f9b5e0 .grid {display: flex;flex-wrap: wrap;}
}
Worked perfectly - thanks
This is why I’ll never move my stores from Shopify, help like this is amazing!