Shopify themes, liquid, logos, and UX
Hello
How can i add pace on my mobile view between the ATC and the products at the bottom
dosawr
Solved! Go to the solution
This is an accepted solution.
Hi @TBS2023
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
@media (max-width:767px){
.collection-content .grid-product form {
margin-bottom: 20px;
}
}
This is an accepted solution.
Hi @TBS2023
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
@media (max-width:767px){
.collection-content .grid-product form {
margin-bottom: 20px;
}
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025