Maribeltb Posted March 15, 2021 Share Posted March 15, 2021 Site URL: https://www.valbanera.com/ Is there a way to move the variant and quantity box + Add To Cart button above the product descriptions? I would like to have the interior selector and quantity box and add to cart box move to below the price on here so that customers don't have to scroll down. Product Page: https://www.valbanera.com/tienda/p/entre-flores Any help appreciated, thanks! Link to comment
Beyondspace Posted March 16, 2021 Share Posted March 16, 2021 12 hours ago, Maribeltb said: Site URL: https://www.valbanera.com/ Is there a way to move the variant and quantity box + Add To Cart button above the product descriptions? I would like to have the interior selector and quantity box and add to cart box move to below the price on here so that customers don't have to scroll down. Product Page: https://www.valbanera.com/tienda/p/entre-flores Any help appreciated, thanks! try .ProductItem-details-checkout .sqs-add-to-cart-button-wrapper { order: 10; } .collection-type-products .ProductItem-details .ProductItem-details-excerpt { order: 9; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Maribeltb Posted March 16, 2021 Author Share Posted March 16, 2021 @bangank36, thanks a lot!! Is it possible to change the order of : First quantity box Second interior selector Many thanks!! Link to comment
Beyondspace Posted March 17, 2021 Share Posted March 17, 2021 17 hours ago, Maribeltb said: @bangank36, thanks a lot!! Is it possible to change the order of : First quantity box Second interior selector Many thanks!! pls send one product url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Maribeltb Posted March 17, 2021 Author Share Posted March 17, 2021 @bangank36, it's solved now! Link to comment
MollyFPP Posted April 15, 2021 Share Posted April 15, 2021 I am having the same problem with my site. I would like to move the variant and quantity box + Add To Cart button above the product descriptions. But I'm not sure where I should place this code? Can you let me know where to paste it on my site? Thank you! Link to comment
tuanphan Posted April 17, 2021 Share Posted April 17, 2021 On 4/16/2021 at 2:04 AM, MollyFPP said: I am having the same problem with my site. I would like to move the variant and quantity box + Add To Cart button above the product descriptions. But I'm not sure where I should place this code? Can you let me know where to paste it on my site? Thank you! Add to Design > Custom CSS If the code doesn't work, please share link to a product, we can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
cmancuso Posted May 5, 2021 Share Posted May 5, 2021 Hello! I would like to move the 'add to cart button' and 'quantity' to be on the same line. I have added this CSS to the 'Custom CCS' but I wasn't able to make it work. https://www.vine.lu/en/shop/doglia/giostra .product-quantity-input { margin-right: 400px !important; margin-top: 0px !important } .ProductItem-details .sqs-add-to-cart-button-wrapper { order: 3 !important; } .ProductItem-details-excerpt { order: 2 !important; } .product-price { order: 1 !important; } Link to comment
creedon Posted May 5, 2021 Share Posted May 5, 2021 @cmancuso It appears you solved your issue? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
cmancuso Posted May 7, 2021 Share Posted May 7, 2021 I did! here's what solved it in case it helps anyone else! /*ADD TO CART ON SAME LINE AS QUANTITY*/ .ProductItem-details .sqs-add-to-cart-button-wrapper { margin-left: 150px !important; margin-top: -76px !important; } Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 On 5/7/2021 at 2:05 PM, cmancuso said: I did! here's what solved it in case it helps anyone else! /*ADD TO CART ON SAME LINE AS QUANTITY*/ .ProductItem-details .sqs-add-to-cart-button-wrapper { margin-left: 150px !important; margin-top: -76px !important; } When click add to cart on mobile, the button width change. Do you want to fix this? See screenshot Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.