ATC button spacing on mobile

Solved

ATC button spacing on mobile

TBS2023
Shopify Partner
298 1 37

Hello

How can i add pace on my mobile view between the ATC and the products at the bottom

www.thebodyshop.com.lb

dosawr

 

TBS2023_0-1718371217984.png

 

Accepted Solution (1)

ZestardTech
Shopify Partner
6096 1091 1465

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;
}
}

 

ZestardTech_0-1718371884848.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Reply 1 (1)

ZestardTech
Shopify Partner
6096 1091 1465

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;
}
}

 

ZestardTech_0-1718371884848.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing