Ella theme: Move the add to cart next to quantity button

Hi there,

I need your help. Would you help me move the “add to cart” button next to the “quantity” button.

Product link; https://verywellthing.myshopify.com/products/quilted-velvet-bag?variant=40164221321260

Password: auplay

Thanks for your time!

Hi @danielarron ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-styles.scss->paste below code at the bottom of the file:
@media (min-width: 1200px) {
    .product-shop .groups-btn {
       position: relative;
    }
    .product-shop .groups-btn #product-add-to-cart {
          position: absolute;
          left: 170px;
          top: -100px;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Hi @danielarron ,

It’s customization work, for that you need to hire a developer or need a developer help,
to add this feature with custom code.

You can contact (https://www.halothemes.com/contact) for support.

If you find this answer helpful, please mark it as a SOLUTION.

Best regards.

It works! Thanks