Hello Claue Dev:
I would like to have the “Add To Cart” button at maximum witdh independently of device size (Desktop, Tablet, Mobile)
DESKTOP
This is how it looks currently:
This is how I want (I edited with paint):
MOBILE
When product is simple, this is how it looks currently:
When product is variable, this is how it looks currently:
This is how I want (I edited with paint) Take special look on “UNIT COUNTER” it’s width is also full, in previous version of Claue this behavior was default, I don’t know why you remove, it was awesome, is more user friendly IMO:
CUSTOM CSS
I have to mention that I have done some minor changes to the button css to make it bigger, this is my custom css code:
.single_add_to_cart_button {
padding-left:45px;
padding-right:45px;
height:75px;
font-size:1.45em;}
The problem is I don’t like too much my solution because it use “px” and this is like hardcoding and in some devices the button looks weird. I would like a responsive solution. I will appreaciate your help
Thanks for your time
Carlos