Jump to content

Move Product description down where "Additional Info" usually is

Go to solution Solved by Sahil007,

Recommended Posts

Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/

I've been able to use a few different scripts to move additional info block up into the product information. But I want to move the description of the product down below the product structure. I have quite a lot of text on some products so want it to be able to move the text down and use the full inset width of the page.

Any way to code this?

Password: 1234

Link to comment
1 hour ago, Sahil007 said:

Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/

I've been able to use a few different scripts to move additional info block up into the product information. But I want to move the description of the product down below the product structure. I have quite a lot of text on some products so want it to be able to move the text down and use the full inset width of the page.

Any way to code this?

Password: 1234

Can you share the link to product page?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
On 2/25/2022 at 4:59 PM, Sahil007 said:

You want

Top image

Next is button

next is related products

Next is Product Description

Is this right?

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
On 2/27/2022 at 9:13 AM, tuanphan said:

You want

Top image

Next is button

next is related products

Next is Product Description

Is this right?

Not quite. I've attached a quick sketch of my ideal design.
In a perfect world I'd also be able to add videos under the product description as well.

Skjermbilde (121) copy.jpg

Link to comment
  • Solution

Figured it out. Used the following code in the header

 

Quote

<script>
  jQuery(document).ready(function($) {
$('.ProductItem .ProductItem-additional').insertAfter('.ProductItem-details-title');
$('.ProductItem .ProductItem-details-checkout').insertAfter('.ProductItem-additional');
$('.ProductItem .ProductItem-details-excerpt').insertAfter('.ProductItem-summary');
});
</script>

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.