sourcedbyal Posted August 15, 2022 Share Posted August 15, 2022 Hi, I was wondering how to move the product description to above the size and buy now button for mobile... see image attached Is there any code of how to move it The screenshot(3) is mobile version and as you can see its below the purchase button but it needs to be above it, please help me lol . cheers :] Link to comment
tuanphan Posted August 18, 2022 Share Posted August 18, 2022 Can you 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
teyashannon Posted August 19, 2022 Share Posted August 19, 2022 I would also like to know the answer to this. Link to comment
tuanphan Posted August 21, 2022 Share Posted August 21, 2022 On 8/19/2022 at 2:02 PM, teyashannon said: I would also like to know the answer to this. If you share link to a product, we can check 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
teyashannon Posted August 21, 2022 Share Posted August 21, 2022 https://studiovista.squarespace.com/ password: studiovista The site isn't published yet, but if you go to the shop on mobile view, then click on side tables. You can see that the description moves down to sit below the add to cart button. I have also taken a screen recording below if that helps. Thank you Screen Recording 2022-08-19 at 5.04.03 pm.mov Link to comment
tuanphan Posted August 24, 2022 Share Posted August 24, 2022 On 8/22/2022 at 5:36 AM, teyashannon said: https://studiovista.squarespace.com/ password: studiovista The site isn't published yet, but if you go to the shop on mobile view, then click on side tables. You can see that the description moves down to sit below the add to cart button. I have also taken a screen recording below if that helps. Thank you Screen Recording 2022-08-19 at 5.04.03 pm.mov You need to move it above Add to cart? 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
teyashannon Posted September 1, 2022 Share Posted September 1, 2022 I need to move it to sit between the price and the first dropdown box for the 'glass top' Link to comment
tuanphan Posted September 3, 2022 Share Posted September 3, 2022 On 9/1/2022 at 12:31 PM, teyashannon said: I need to move it to sit between the price and the first dropdown box for the 'glass top' Try adding this to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ if (jQuery(window).width() < 767) { // Rocketman $('.ProductItem .ProductItem-additional').insertAfter('.ProductItem-product-price'); } }); </script> then checking it again on real mobile 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
teyashannon Posted September 5, 2022 Share Posted September 5, 2022 it's saying there is an error on line 93 - see screenshot attached. Link to comment
tuanphan Posted September 8, 2022 Share Posted September 8, 2022 On 9/6/2022 at 5:31 AM, teyashannon said: it's saying there is an error on line 93 - see screenshot attached. See this redbox 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
Create an account or sign in to comment
You need to be a member in order to leave a comment