Guest Posted April 8, 2021 Share Posted April 8, 2021 Site URL: https://burgundy-lime-jfgk.squarespace.com/store/p/edm-essentials-vol1 Website Password: producerhaven I'm trying to move the audio player so it looks something like this. Maybe I'll place it under the product title even but if I know how to move it at all I'll be able to figure out how to place it in different places. Right now it's at the bottom of the page. Any help is appreciated! Link to comment
Beyondspace Posted April 8, 2021 Share Posted April 8, 2021 1 hour ago, T-MO said: Site URL: https://burgundy-lime-jfgk.squarespace.com/store/p/edm-essentials-vol1 Website Password: producerhaven I'm trying to move the audio player so it looks something like this. Maybe I'll place it under the product title even but if I know how to move it at all I'll be able to figure out how to place it in different places. Right now it's at the bottom of the page. Any help is appreciated! You may need a little help from custom code. <style> .products .sqs-block-audio { padding-bottom: 40px; padding-top: 0; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $( '.ProductItem-additional .sqs-block-audio:first' ) .insertBefore ( '.product-variants' ); }); </script> tuanphan 1 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
Guest Posted April 9, 2021 Share Posted April 9, 2021 21 minutes ago, bangank36 said: You may need a little help from custom code. <style> .products .sqs-block-audio { padding-bottom: 40px; padding-top: 0; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $( '.ProductItem-additional .sqs-block-audio:first' ) .insertBefore ( '.product-variants' ); }); </script> Thanks, worked like a charm 🙂 Link to comment
tuanphan Posted April 14, 2021 Share Posted April 14, 2021 @T-MO your site has some small problems. Just reply here if you want to fix these. Site URL – https://burgundy-lime-jfgk.squarespace.com/ 1. (Mobile-Footer) Want to align left logo? 2. (Mobile-Homepage) Want to align left newsletter? 3. (Overlay) Want to align nav items – social – header title? 4. (Tablet-Cart page) Want to align header logo – page content? 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