Jump to content

how can I put product title and product description above image gallary?

Go to solution Solved by Beyondspace,

Recommended Posts

Site URL: https://ukulele-pug-le4k.squarespace.com/doggos/p/country-feast-set-sgnye

Hey there!

I'm currently struggeling with my product page. I would like to put the title and product description above the image gallery. I am not really good in css which is why I need your help. Can you help me with some css code to put product title and product description ("männlich | 6 Monate") above the image? 

Thanks a lot!

https://ukulele-pug-le4k.squarespace.com/doggos/p/country-feast-set-sgnye

password: unserverein123

 

image.thumb.png.eaf640e3a7fd6451d332bf2d1d4edece.png

Link to comment
  • Solution
1 hour ago, Depoise said:

Site URL: https://ukulele-pug-le4k.squarespace.com/doggos/p/country-feast-set-sgnye

Hey there!

I'm currently struggeling with my product page. I would like to put the title and product description above the image gallery. I am not really good in css which is why I need your help. Can you help me with some css code to put product title and product description ("männlich | 6 Monate") above the image? 

Thanks a lot!

https://ukulele-pug-le4k.squarespace.com/doggos/p/country-feast-set-sgnye

password: unserverein123

 

image.thumb.png.eaf640e3a7fd6451d332bf2d1d4edece.png

I suggesting using order in flexbox to set the desired position for your own product

.ProductItem-summary {
  flex-direction: column !important;
}
.ProductItem-summary .ProductItem-details {
  order: 1;
  padding-top: 0;
}

.ProductItem-summary .ProductItem-details h1 {
  margin-bottom: 0;
}
.ProductItem-summary .ProductItem-gallery {
  order: 2;
}

.collection-content-wrapper .ProductItem-nav {
  padding-bottom: 2em;
}

Let me know if it work properly on your site

Support me by pressing 👍 if this useful for you

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 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

My testing result

image.thumb.png.a17966d9afda5d31e968bd64ba498992.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 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
1 hour ago, bangank36 said:

I suggesting using order in flexbox to set the desired position for your own product

.ProductItem-summary {
  flex-direction: column !important;
}
.ProductItem-summary .ProductItem-details {
  order: 1;
  padding-top: 0;
}

.ProductItem-summary .ProductItem-details h1 {
  margin-bottom: 0;
}
.ProductItem-summary .ProductItem-gallery {
  order: 2;
}

.collection-content-wrapper .ProductItem-nav {
  padding-bottom: 2em;
}

Let me know if it work properly on your site

Support me by pressing 👍 if this useful for you

 

Thank you so much for your help! It works perfectly!

 

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.