eleonore Posted April 24, 2021 Posted April 24, 2021 Site URL: https://www.eleonorebuschinger.com/printing hey there - some of the product images listed on my product page have a landscape format, other a portrait format? is this possible to combine both on the category page in order not to crop the images? here a link to the product page where now all product images follow a landscape format and therefore all portrait images are getting cropped: https://www.eleonorebuschinger.com/printing thank you in advance for your help, eleonore
tuanphan Posted April 25, 2021 Posted April 25, 2021 Hi. Try adding to Design > Custom CSS /* product images */ .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !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!)
eleonore Posted April 26, 2021 Author Posted April 26, 2021 On 4/25/2021 at 4:17 AM, tuanphan said: Hi. Try adding to Design > Custom CSS /* product images */ .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !important; } It worked - thank you SO much!!! Really appreciate it. Have a great day, Eleonore
eleonore Posted April 26, 2021 Author Posted April 26, 2021 On 4/25/2021 at 4:17 AM, tuanphan said: Hi. Try adding to Design > Custom CSS /* product images */ .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !important; } do you know if there is a way to do the same thing for images in quick view? meaning also have the format maintained and not zoomed so that you can see the whole image
tuanphan Posted April 26, 2021 Posted April 26, 2021 3 hours ago, eleonore said: do you know if there is a way to do the same thing for images in quick view? meaning also have the format maintained and not zoomed so that you can see the whole image Add to Design > Custom CSS /* Quick view image */ div.sqs-product-quick-view-content img { object-fit: contain !important; width: 100% !important; height: auto !important; left: 0 !important; } I also have some feedback on your site Site URL: https://www.eleonorebuschinger.com/ 1. (Mobile-Join our popup) Want to add background image, same as desktop? 2. (Mobile-Footer) Align left or center footer elements? 3. (Overlay Menu) Remove Pinterest save icon 4. (Mobile-Products) Show breadcrumbs 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!)
eleonore Posted April 26, 2021 Author Posted April 26, 2021 4 hours ago, tuanphan said: Add to Design > Custom CSS /* Quick view image */ div.sqs-product-quick-view-content img { object-fit: contain !important; width: 100% !important; height: auto !important; left: 0 !important; } I also have some feedback on your site Site URL: https://www.eleonorebuschinger.com/ 1. (Mobile-Join our popup) Want to add background image, same as desktop? 2. (Mobile-Footer) Align left or center footer elements? 3. (Overlay Menu) Remove Pinterest save icon 4. (Mobile-Products) Show breadcrumbs Oh wow thank you SO much for this and your amazing feedback! The custom CSS worked perfectly for the quickview problem. Regarding your feedback: 1) yes, I would love to add same background image on mobile as on desktop. I would also love if possible to change the thank you pop that someone sees after they sign up: I would want to change the design of it, and an image and a different text. For now I've only found how to change the text. 2) Left-center if possible. 3) how can I remove Pinterest save icon just for this page? 4) how can I show breadcrumbs on mobile? Thank you again so so much for your help - truly appreciate it.
tuanphan Posted April 28, 2021 Posted April 28, 2021 On 4/27/2021 at 2:25 AM, eleonore said: Oh wow thank you SO much for this and your amazing feedback! The custom CSS worked perfectly for the quickview problem. Regarding your feedback: 1) yes, I would love to add same background image on mobile as on desktop. I would also love if possible to change the thank you pop that someone sees after they sign up: I would want to change the design of it, and an image and a different text. For now I've only found how to change the text. 2) Left-center if possible. 3) how can I remove Pinterest save icon just for this page? 4) how can I show breadcrumbs on mobile? Thank you again so so much for your help - truly appreciate it. Add to Design > Custom CSS /* Show mobile breadcrumb */ @media screen and (max-width:767px) { .ProductItem-nav .ProductItem-nav-breadcrumb { display: flex; } /* align left footer */ div#page-section-6068af78f837c344b6f62558 * { text-align: left !important; } } I don't see Pinterest now, strange.. First question. Next comment 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!)
tuanphan Posted May 5, 2021 Posted May 5, 2021 On 4/27/2021 at 2:25 AM, eleonore said: Oh wow thank you SO much for this and your amazing feedback! The custom CSS worked perfectly for the quickview problem. Regarding your feedback: 1) yes, I would love to add same background image on mobile as on desktop. I would also love if possible to change the thank you pop that someone sees after they sign up: I would want to change the design of it, and an image and a different text. For now I've only found how to change the text. 2) Left-center if possible. 3) how can I remove Pinterest save icon just for this page? 4) how can I show breadcrumbs on mobile? Thank you again so so much for your help - truly appreciate it. Did you remove Join our popup? I just checked & dont see it now.. 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.