Make add to cart button less wide mobile (dawn theme)

Solved

Make add to cart button less wide mobile (dawn theme)

CarCleanCC
Explorer
57 0 8

Hello,

I would like to adjust the width of my "Add to Cart" button in product page so that it fits on the same row as the quantity selection tool. Thank you in advance for your help! Our URL is: carcleansweden.se

CarCleanCC_2-1731088213894.png

 

Accepted Solution (1)

Mehran_Ali
Shopify Partner
462 63 70

This is an accepted solution.

Hi @CarCleanCC 

You can Achive this by adding this CSS in to you theme.css or base.css file 

 

.product__info-container .product-form__quantity {float: left;display: inline-block;max-width: 46%;width: 100%;min-width: 46%;margin-right: 10px;!i;!;}
.product__info-container .product-form__quantity+div {width: 48%;float: left;}
.product__info-container .product-form__quantity+div product-form button { padding-inline: 10px; font-size: 13px; }
.product__info-container .shopify-block { clear: both; }

 

Result:

Mehran_Ali_0-1731092518457.png

 

If This Solution Work For You Kindly Mark this As A Solution and Buy ME A Coffee

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

View solution in original post

Reply 1 (1)

Mehran_Ali
Shopify Partner
462 63 70

This is an accepted solution.

Hi @CarCleanCC 

You can Achive this by adding this CSS in to you theme.css or base.css file 

 

.product__info-container .product-form__quantity {float: left;display: inline-block;max-width: 46%;width: 100%;min-width: 46%;margin-right: 10px;!i;!;}
.product__info-container .product-form__quantity+div {width: 48%;float: left;}
.product__info-container .product-form__quantity+div product-form button { padding-inline: 10px; font-size: 13px; }
.product__info-container .shopify-block { clear: both; }

 

Result:

Mehran_Ali_0-1731092518457.png

 

If This Solution Work For You Kindly Mark this As A Solution and Buy ME A Coffee

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536