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! Beyondspace 1 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; } tuanphan 1 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 pluginIf 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
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 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 pluginIf 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
Maribeltb Posted March 17, 2021 Author Share Posted March 17, 2021 @bangank36, it's solved now! Beyondspace 1 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MollyFPP Posted April 27, 2021 Share Posted April 27, 2021 Thanks! It worked great! Maribeltb 1 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; } Beyondspace and Maribeltb 2 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 best , and see my profile. Thanks for your support! 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; } Maribeltb and Beyondspace 1 1 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment