Jump to content

Seeking similar solution

Recommended Posts

Posted

Site URL: https://recuerda.co

Hey!

I'm looking for solution to make the product variants and the add to cart button sit above the product description, rather than below the product description, as they are now. In the images you can see how I would like it and how it is currently.

Any ideas?

Thanks :)

Website change-08.png

Website change-09.png

  • Replies 2
  • Views 588
  • Created
  • Last Reply
Posted
3 hours ago, jimwoons said:

Site URL: https://recuerda.co

Hey!

I'm looking for solution to make the product variants and the add to cart button sit above the product description, rather than below the product description, as they are now. In the images you can see how I would like it and how it is currently.

Any ideas?

Thanks 🙂

Website change-08.png

Website change-09.png

try

@media screen and (min-width: 768px) {
  .ProductItem-details .ProductItem-details-checkout {
      display: block;
      display: flex;
  }  
}
.collection-type-products .ProductItem-details .ProductItem-details-excerpt {
  -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}
.collection-type-products .ProductItem-details .variant-option, .collection-type-products .ProductItem-details .product-quantity-input {
  -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.ProductItem-details .sqs-add-to-cart-button-wrapper {
    margin-bottom: 25px;
    display: block;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 50%;
}

image.thumb.png.3d39fb593010a4bb625a7d1b8a1c93e2.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.