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

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, 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.