Hi. I need to line up Qty, ATC button, and an additional embedded button on the product page. I need the same size and just like in the mobile presentation it shows. Theme Turbo Portland.
Thank you, Juan
https://www.charaan.com.co/products/contorno-de-ojos-en-forma-geringa-bioaqua
1 Like
Hi @JuanHernandez
-
Go to your admin and click on “Edit Code”.
-
In the left panel look for a file called “base.css” under “Assets”.
-
Paste this code at the bottom of that file & Click Save.
.product-quantity-box.purchase-details__quantity {
width: 100%;
}
.purchase-details__buttons {
margin-top: 12px;
}
Please let me know if it worked!
1 Like
Thank you! It worked but actually under styles.css.liquid file. Thankyou very much.
1 Like
Glad I could help. Please mark the answer as Accepted Solution for future visitors who stumble across the same issue.
Cheers!
1 Like