Guest Posted July 4, 2021 Posted July 4, 2021 Site URL: https://crosby-demo.squarespace.com/shop/p/pencil-plant Trying to change my product detail page images to have a full bleed, and for my product info/cart to stay static on the right - similar to the design of the below shop. What CSS can I insert? I have already changed my product images to stacked, so just need to amend gallery to full bleed. Inspiration https://www.jacquemus.com/product/la-robe-obiou-optic-white Template https://crosby-demo.squarespace.com/shop/p/pencil-plant
Beyondspace Posted July 5, 2021 Posted July 5, 2021 16 hours ago, memberiy said: Site URL: https://crosby-demo.squarespace.com/shop/p/pencil-plant Trying to change my product detail page images to have a full bleed, and for my product info/cart to stay static on the right - similar to the design of the below shop. What CSS can I insert? I have already changed my product images to stacked, so just need to amend gallery to full bleed. Inspiration https://www.jacquemus.com/product/la-robe-obiou-optic-white Template https://crosby-demo.squarespace.com/shop/p/pencil-plant You also want to get rid of breadcrumbs as well right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Guest Posted July 5, 2021 Posted July 5, 2021 Yes please - would like a clean full bleed like inspiration. I have managed to make the images stacked and removed the breadcrumbs, but just don't know how to change the images to be like above. thank in advance!
tuanphan Posted July 7, 2021 Posted July 7, 2021 On 7/5/2021 at 3:20 PM, memberiy said: Yes please - would like a clean full bleed like inspiration. I have managed to make the images stacked and removed the breadcrumbs, but just don't know how to change the images to be like above. thank in advance! Add to Design > Custom CSS /* product images full */ .tweak-products-width-full .products.collection-content-wrapper { padding-top: 0; padding-left: 0; padding-bottom: 0; } .tweak-product-basic-item-width-inset .ProductItem { padding-left: 0; margin-left: 0; max-width: 100%; } nav.ProductItem-nav { display: none; } body.collection-type-products.view-item article section:first-child { padding-top: 0 !important; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.