smithandrew1993 Posted February 8, 2021 Share Posted February 8, 2021 Site URL: https://badlab.squarespace.com Page example - https://badlab.squarespace.com/store/backend/bold-training-t-womens Password - temp Hi, I need help swapping the positions of .product-excerpt and .product-price on product pages. I've managed to decrease the margins to the right size and I've moved <div class="product-excerpt" data-content-field="excerpt">_</div> and <div class="product-price">_</div> using developer tools in chrome but haven't managed to rearrange in CSS. I'd also like to move .product-excerpt on MOBILE to below .product-title mobile Any help appreciated. Link to comment
tuanphan Posted February 9, 2021 Share Posted February 9, 2021 Hi, You want Desktop: Move price under excerpt Mobile:move excerpt under product title Is this right? 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
smithandrew1993 Posted February 10, 2021 Author Share Posted February 10, 2021 On 2/9/2021 at 12:30 PM, tuanphan said: Hi, You want Desktop: Move price under excerpt Mobile:move excerpt under product title Is this right? Hi @tuanphan, If possible, yes. Link to comment
Solution tuanphan Posted February 14, 2021 Solution Share Posted February 14, 2021 On 2/10/2021 at 7:37 PM, smithandrew1993 said: Hi @tuanphan, If possible, yes. Add to Design > Custom CSS /* desktop position */ @media screen and (min-width:641px) { div#productDetails { display: flex; flex-direction: column; } .product-excerpt { order: 2; } .product-price { order: 3; } .product-variants { order: 4; } .product-quantity-input { order: 5; } .sqs-add-to-cart-button-wrapper { order: 6; } .product-sharing { order: 7; } } 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
ElizabethM Posted April 10, 2021 Share Posted April 10, 2021 Hi I would like to know if it's possible to reduce the width of the boxes with special size and color ? Thank you for your help Link to comment
tuanphan Posted April 15, 2021 Share Posted April 15, 2021 On 4/11/2021 at 12:28 AM, ElizabethM said: Hi I would like to know if it's possible to reduce the width of the boxes with special size and color ? Thank you for your help Hi. Possibile. Can you share link to product in 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
ElizabethM Posted April 19, 2021 Share Posted April 19, 2021 @tuanphan This is the link https://racontemoi.squarespace.com/boutique/p/to9f368pqxt3qxze2n9rfcakjb9f9h Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 On 4/20/2021 at 12:32 AM, ElizabethM said: @tuanphan This is the link https://racontemoi.squarespace.com/boutique/p/to9f368pqxt3qxze2n9rfcakjb9f9h Hi. Reduce width or height? Also what is password? 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
ElizabethM Posted April 21, 2021 Share Posted April 21, 2021 Hi @tuanphan I would like to Reduce width password : MRCbst2020 Link to comment
tuanphan Posted April 23, 2021 Share Posted April 23, 2021 On 4/20/2021 at 12:32 AM, ElizabethM said: @tuanphan This is the link https://racontemoi.squarespace.com/boutique/p/to9f368pqxt3qxze2n9rfcakjb9f9h Hi. Can you check url? 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