Guest Posted December 2, 2020 Share Posted December 2, 2020 Site URL: https://souqluxury.co.za/ Hi all, I have used the following code injected into my page header to take the additional info box and place it under my product description instead of at the bottom under the images. For some reason my add to cart button will not center align and it is slightly off and I would like the social icons to move under the size chart button. Is this possible ? Password : kimsedgwick <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> window.Squarespace.onInitialize(Y, function(){ $('section.ProductItem-additional').appendTo('.ProductItem-details-share'); }); </script> Link to comment
Beyondspace Posted December 3, 2020 Share Posted December 3, 2020 4 hours ago, amararajie said: Site URL: https://souqluxury.co.za/ Hi all, I have used the following code injected into my page header to take the additional info box and place it under my product description instead of at the bottom under the images. For some reason my add to cart button will not center align and it is slightly off and I would like the social icons to move under the size chart button. Is this possible ? Password : kimsedgwick <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> window.Squarespace.onInitialize(Y, function(){ $('section.ProductItem-additional').appendTo('.ProductItem-details-share'); }); </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> window.Squarespace.onInitialize(Y, function(){ $('section.ProductItem-additional').appendTo('.ProductItem-details-share'); $('.Share.sqs-share-buttons').appendTo('.ProductItem-additional'); }); </script> kindly update your script and add this snippet in custom css .shopify-buy-frame--product { max-width: initial !important; } 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
Beyondspace Posted December 3, 2020 Share Posted December 3, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.