Make the size buttons in collection page smaller

Hi everyone

Please in my collection page the size buttons for each products is too big , Is there a way to make them a bit smaller

Theme is Shella theme

link to website is : https://www.plantartrepeat.com/collections/all

pass is Firas123

Thank you

1 Like

@YollaHallal

.btn.btn--status.btn--animated {
  padding: 0px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme-d.scss.liquid
then show this type your button

.product-collection__button-add-to-cart.mb-10 {
  width: 44%;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme-d.scss.liquid
then show this type your button