Arkaitx Posted December 5, 2022 Share Posted December 5, 2022 Im adding services to our sites store pages and noticed that the add to cart button is at the beginning on mobile view and at the ending on desktop. I want it to be at the end (with the variants) since we need the description to be before the add to cart button (Till Anmälan). I saw that you can change the format to "half", "full", "wrap" or "simple" but that doesn't do the trick since it also changes the design of the font and the picture size of the product and also the view on desktop. I haven't added any code yet since im a little bit lost regarding what code will work. Would appreciate any help. site: https://giraffe-harmonica-sk3p.squarespace.com/config/ Link to comment
Solution Beyondspace Posted December 5, 2022 Solution Share Posted December 5, 2022 1 hour ago, Arkaitx said: Im adding services to our sites store pages and noticed that the add to cart button is at the beginning on mobile view and at the ending on desktop. I want it to be at the end (with the variants) since we need the description to be before the add to cart button (Till Anmälan). I saw that you can change the format to "half", "full", "wrap" or "simple" but that doesn't do the trick since it also changes the design of the font and the picture size of the product and also the view on desktop. I haven't added any code yet since im a little bit lost regarding what code will work. Would appreciate any help. site: https://giraffe-harmonica-sk3p.squarespace.com/config/ You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px){ .ProductItem-details .product-variants { order: 5; } .ProductItem-details .sqs-add-to-cart-button-wrapper { order: 6; } } Support me by pressing 👍 or marking as solution if this useful for you HopeNothhelfer and Arkaitx 2 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
Beyondspace Posted December 5, 2022 Share Posted December 5, 2022 My testing 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
Arkaitx Posted December 5, 2022 Author Share Posted December 5, 2022 Yes! Thank you so much Beyondspace 1 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