Add To Cart Button - Change Size

Hello,

I need to increase "add to card" button width size from category page, to make from 50% to 100%.

I don't know where to find css file to modify. With inspector i see only a standalone css file location.

This is an example category link of my website: https://www.cromag.ro/bebe-and-jucarii/

I have attached image to see what i want to modify.

https://prnt.sc/gvlsuj

Thanks !

modify.png

Please add the following code to the CSS section of the Theme editor

.ty-grid-list__item .ty-grid-list__control .ty-btn {
    width: 100%;
}

http://prntscr.com/gvmd8v

Please add the following code to the CSS section of the Theme editor

.ty-grid-list__item .ty-grid-list__control .ty-btn {
    width: 100%;
}

http://prntscr.com/gvmd8v

It's worked. You are great!

Thanks !

You are welcome!