The forum help has been fantastic over the years... posting my first question and hoping someone can help me with a style issue.
I am using the Additional Info section to add a product block for the digital product that is an optional choice to a physical product. After trying a LOT of different ways to move the AI under the product description, I was able to finally get it moved in the right spot and function correctly when clicked by using jQuery prepend to the share buttons. I think this is going to work great for us.
<!-- START VC Move Additional Information -->
<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').prependTo('.Share-buttons');
});
</script>
<!-- END VC Move Additional Information -->
The issue: My button is disappearing - you can see it's there on hover and the alignment of the whole block is off. Could I get help fixing the button appearance and aligning everything to the left?
Thank you!
https://www.violetcraft.com/patterns/forest-abstractions