Lorym Posted May 11, 2020 Share Posted May 11, 2020 Site URL: https://testsiteforflyingfingers.squarespace.com/berroco Hello everyone - I'm new to the forum. I would greatly appreciate assistance with 2 things: 1. The images fade in when the page loads and I'd like to remove that. 2. How can I make it so there are 5 or 6 products in a single row? https://testsiteforflyingfingers.squarespace.com/berroco I thought the Animation section would be the answer but it was already set to "none" Thank you very much for any help! Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Q1. Add to Home > Design > Custom CSS .products.collection-content-wrapper .grid-item { opacity: 1 !important; transform: unset !important; } Q2. Add to Home > Design > custom CSS @media screen and (min-width:768px) { .products.collection-content-wrapper .list-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; grid-column-gap: 2vw !important; } } 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
Archived
This topic is now archived and is closed to further replies.