A space to discuss online store customization, theme development, and Liquid templating.
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:
https://bykoppel.com/products/ceas-smartwatch-barba%C8%9Bi-qualtec-by-koppel-ammo-men-series-negru
Thank you very much for your help!
Daniel
Solved! Go to the solution
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.
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
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.
@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
No problem at all mate, you can always ping me up when ever you need help
email:[email protected]