Align ATC Button

Hi @TBS2023 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/theme.css
  2. Add code below to end of file
#CollectionAjaxContent .grid.grid--uniform {
  display: flex;
  flex-flow: wrap;
}
#CollectionAjaxContent .grid.grid--uniform .grid-product{
  display: flex;
  flex-flow: column;
}
#CollectionAjaxContent .grid.grid--uniform .grid-product .grid-product__content {
  margin-bottom: auto;
}