Goodmerch Posted February 9 Share Posted February 9 (edited) I've tried multiple codes I've found in the forum to fix this but can't seem to get it right. I want scrolling carousel on our home page to show multiple logos at a time and hide the arrows. Goodmerchsupply.com Could it be possible that something else in my CSS could be breaking this? I've tried: /** * Auto List Carousel * Home Page * Add Multiple Items on * Mobile & Tablet **/ section[data-section-id="123"]{ //Tablet @media (max-width: 1024px) { .user-items-list-carousel__slides { grid-template-columns: ~"repeat(4,1fr)" !important; } } //Mobile @media (max-width: 767px) { .user-items-list-carousel__slides { grid-template-columns: ~"repeat(3,1fr)" !important; } } .mobile-arrows{ display:none } } Thanks!! Edited February 9 by Goodmerch Added link Link to comment
CassAggett Posted February 10 Share Posted February 10 @Goodmerch can you share a link to your site? The code you've used above includes a section that you'll need to update specific to your site - section[data-section-id="123"] needs to be replaced If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM 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