Liquid, JavaScript, themes, sales channels
Hello! I am trying to look for a solution about how to edit the mobile version and make the images smaller so the customer does not have to scroll down to see all the categories; ( i will insert images as an example) i tried to edit it from the themes place but nothing worked because i could not find the image code at all, also I would like to remove the "you might like" suggested products when people add items to the cart. Your help is much appreciated.
Hi @aishaz,
#1: Go to Assets > styles.css and paste this at the bottom of the file:
@media (max-width: 767px){
.section.collections-section .row.grid{
display: flex;
flex-wrap: wrap;
}
.section.collections-section .row.grid .product-block{
width: 50% !important;
}
.section.collections-section .row.grid .image{
min-height: auto !important;
}
}
#2: Go to Assets > styles.css and paste this at the bottom of the file:
.cart-summary__promo-products-title.cart-summary__section {
display: none !important;
}
Hope it helps!
User | RANK |
---|---|
25 | |
25 | |
8 | |
7 | |
6 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023