Hails0630 Posted May 28, 2021 Share Posted May 28, 2021 Site URL: https://www.mulberrypaperco.com/cambridge-collection/p/invitation-set Hello, I currently have the related products feature turned on. I'd like to only display 5 related products. but ideally I'd like them to all be on the same line right below the product on the product page. Currently the 5 products are displaying on two different lines. Is there some code to edit this? Thank you, Hails Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 42 minutes ago, Hails0630 said: Site URL: https://www.mulberrypaperco.com/cambridge-collection/p/invitation-set Hello, I currently have the related products feature turned on. I'd like to only display 5 related products. but ideally I'd like them to all be on the same line right below the product on the product page. Currently the 5 products are displaying on two different lines. Is there some code to edit this? Thank you, Hails Add to Design > Custom CSS /* related products */ @media screen and (min-width:992px) { div.ProductItem-relatedProducts .list-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; } } mikelmuruzabal 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Hails0630 Posted May 28, 2021 Author Share Posted May 28, 2021 2 minutes ago, tuanphan said: Add to Design > Custom CSS /* related products */ @media screen and (min-width:992px) { div.ProductItem-relatedProducts .list-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; } } Thank you!! This worked perfectly!! Link to comment
Hails0630 Posted May 28, 2021 Author Share Posted May 28, 2021 2 hours ago, tuanphan said: Add to Design > Custom CSS /* related products */ @media screen and (min-width:992px) { div.ProductItem-relatedProducts .list-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; } } This worked, but is there a way to reduce the padding around the related products? Especially at the bottom where it meets the footer. thank you!! Link to comment
tuanphan Posted May 30, 2021 Share Posted May 30, 2021 On 5/28/2021 at 9:20 PM, Hails0630 said: Site URL: https://www.mulberrypaperco.com/cambridge-collection/p/invitation-set Hello, I currently have the related products feature turned on. I'd like to only display 5 related products. but ideally I'd like them to all be on the same line right below the product on the product page. Currently the 5 products are displaying on two different lines. Is there some code to edit this? Thank you, Hails Add to Design > Custom CSS .view-item article.ProductItem { padding-bottom: 0px; } mikelmuruzabal 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 On 5/31/2021 at 11:01 PM, Hails0630 said: Thank you!! Do you need support with these? Site URL: https://www.mulberrypaperco.com/ 1. (Tablet-Footer) Make copyright text one line? 2. (Mobile-Footer) Move logo to top of page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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