How can I adjust the alignment of the 'Add to Cart' button?

Hi :slightly_smiling_face:

i would like to align the add to cart button. Buttons should be always same height, also title. If a title is bigger then the others, then there should be just a gap between button and title. But always same line. How can i do it?

many thanks!

site url: https://linis-candy.myshopify.com

pw: candy

1 Like

@LinisCandy

oh sorry for that issue, can you 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 (max-width: 767px){.product-cart {position: absolute;}}

Great! Many many thanks!

1 Like

@LinisCandy

its my pleasure to help us