Hello,
https://d2rgear.com/products/el-rune
How to reduce the size of the “Add to Cart” and “Buy with X” buttons?
Regards
Hello,
https://d2rgear.com/products/el-rune
How to reduce the size of the “Add to Cart” and “Buy with X” buttons?
Regards
Hi,
go to online store
click on edit code
open your base.css file
add the following code at the bottom
.product-form__buttons {
max-width: 30rem;
}
You can change the 30rem to the number you want currently it’s set to 44rem.
And you are done.
Hello,
It did not change the size. I entered different numbers for rem, but no changes happened.
Hey @D2RGEAR
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @D2RGEAR
Its Artzen Technologies! We will be happy to help you today.
Go to the Online Store->Theme->Edit code->Assets->bass.css>
Paste all code bottom of bass.css file
.product-form .product-form__buttons {
max-width: 36rem;
}
Before
after that
Let me know if need further assistance
Regards,
Artzen Technologies
.product-form__buttons {
max-width: 30rem !important;
}
Just need to add !important after the rem.
have a nice day