Jump to content

Seeking similar solution

Recommended Posts

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 (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.