button size

Solved

button size

Ecomowner
Pathfinder
120 6 25

How can i make shop bundle button smaller
my store is zenfactr.com

Ecomowner_0-1747688259827.png

 

Accepted Solution (1)

Mustafa_Ali
Trailblazer
466 48 90

This is an accepted solution.

<style>
@media screen and (min-width: 768px) {
.product-form__buttons {
    width: 25rem;
 }
}
</style>

Mustafa_Ali_0-1747716920941.png

hey @Ecomowner dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution

 

View solution in original post

Reply 1 (1)

Mustafa_Ali
Trailblazer
466 48 90

This is an accepted solution.

<style>
@media screen and (min-width: 768px) {
.product-form__buttons {
    width: 25rem;
 }
}
</style>

Mustafa_Ali_0-1747716920941.png

hey @Ecomowner dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution