TheBrandAlchemists Posted March 14 Share Posted March 14 I am hoping someone can help me with some code for my new site. I would like to have my "Additional Information" on my product page to sit on the right side and my "Related Products" next to this showing 2 products in the left column. Thanks! Password: BrandAlchemists2024 Link to comment
tuanphan Posted March 15 Share Posted March 15 Hi, What is site url? 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
TheBrandAlchemists Posted March 17 Author Share Posted March 17 @tuanphan the site url is https://helicon-triceratops-4sdg.squarespace.com/shop/p/cosmic-creator-instagram-post-templates thank you! Link to comment
tuanphan Posted March 19 Share Posted March 19 On 3/17/2024 at 11:53 AM, TheBrandAlchemists said: @tuanphan the site url is https://helicon-triceratops-4sdg.squarespace.com/shop/p/cosmic-creator-instagram-post-templates thank you! You mean move related products to left of Additional Info and make sure related products = 50% width, Additional Info = 50% width? TheBrandAlchemists 1 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
TheBrandAlchemists Posted March 21 Author Share Posted March 21 (edited) @tuanphan yes please .. the related products on the left and the "additional info" section on the right as per your image 🙂 Edited March 21 by TheBrandAlchemists more info Link to comment
tuanphan Posted March 25 Share Posted March 25 On 3/21/2024 at 7:29 AM, TheBrandAlchemists said: @tuanphan yes please .. the related products on the left and the "additional info" section on the right as per your image 🙂 Try this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('section.ProductItem-additional+section').insertBefore('.ProductItem-additional>.sqs-layout'); }) </script> <style> .ProductItem .ProductItem-additional { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 5px 5px; } .ProductItem .ProductItem-related-label { margin-top: 0px; } </style> 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