How can I align the 'Add to Cart' buttons on the same line?

> > hi, how can we align the add to cart buttons to appear on the same line please?

@cozmatix2021

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://cozmatix.com/

@cozmatix2021

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 767px) {
.product__grid__info.text-center .product__grid__title__wrapper {height: 90px;}
}