Guest Posted December 2, 2020 Share Posted December 2, 2020 (edited) 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> Edited December 2, 2020 by amararajie 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; } 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
Beyondspace Posted December 3, 2020 Share Posted December 3, 2020 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment