Depoise Posted October 19, 2021 Share Posted October 19, 2021 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 Link to comment
Solution Beyondspace Posted October 19, 2021 Solution Share Posted October 19, 2021 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 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 Depoise 1 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
Beyondspace Posted October 19, 2021 Share Posted October 19, 2021 My testing result Depoise 1 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
Depoise Posted October 19, 2021 Author Share Posted October 19, 2021 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment