Resize button block class same width as Add to cart button

Solved

Resize button block class same width as Add to cart button

ByKoppel
Tourist
4 0 1

Hello Community,

Please help me resize the "Descarca manual" button to be the same length as "Adauga in cos (Add to cart)" button.
In order to be the same size, it should be 50% width.
In order to be more clear, please check some screenshots:

Screenshot 2023-12-10 at 08.51.47.png

Screenshot 2023-12-10 at 08.55.49.png

https://bykoppel.com/products/ceas-smartwatch-barba%C8%9Bi-qualtec-by-koppel-ammo-men-series-negru

Thank you very much for your help!
Daniel



Accepted Solution (1)

Danishshopdev
Shopify Partner
163 17 20

This is an accepted solution.

Hey @ByKoppel ,

Hope so you are doing great. please paste this code in your css file at the end.
or you can us the custom css option and paste it there.

Please let me know if anything went wrong.

  a.product-meta__button.button.button--primary {
        width: calc(100% - 0px);
    }
@media screen and (min-width: 641px) {
    a.product-meta__button.button.button--primary {
        width: calc(50% - 9px);
    }
}



cheers.

banned

View solution in original post

Replies 4 (4)

Liam
Community Manager
3108 341 879

Hi Daniel,

 

Who is the theme developer for this theme?

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Danishshopdev
Shopify Partner
163 17 20

This is an accepted solution.

Hey @ByKoppel ,

Hope so you are doing great. please paste this code in your css file at the end.
or you can us the custom css option and paste it there.

Please let me know if anything went wrong.

  a.product-meta__button.button.button--primary {
        width: calc(100% - 0px);
    }
@media screen and (min-width: 641px) {
    a.product-meta__button.button.button--primary {
        width: calc(50% - 9px);
    }
}



cheers.

banned
ByKoppel
Tourist
4 0 1

@Danishshopdev 
Thank you very-very much! I really have not words of how appreciative i am for the solution provided! So helpful!
I wish you Merry Christmas and a great holiday!
Daniel

Danishshopdev
Shopify Partner
163 17 20

No problem at all mate, you can always ping me up when ever you need help

 

email:[email protected]

banned