TestValleyPkg Posted December 10, 2021 Share Posted December 10, 2021 Site URL: https://www.testvalleypkg.co.uk Hi I was hoping someone can help me change the carousel that is on the home page (image attached) so that on mobile you see multiple images in the list next to each other, rather than just one image and navigation buttons quite far below. Thanks Link to comment
Beyondspace Posted December 10, 2021 Share Posted December 10, 2021 57 minutes ago, TestValleyPkg said: Site URL: https://www.testvalleypkg.co.uk Hi I was hoping someone can help me change the carousel that is on the home page (image attached) so that on mobile you see multiple images in the list next to each other, rather than just one image and navigation buttons quite far below. Thanks Try adding to Home > Design > Custom Css section[data-section-id="61a92a2e19e7d3402c3551af"] .user-items-list-carousel__slides { grid-template-columns: repeat(2, 1fr) !important; grid-gap: 0px !important; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
TestValleyPkg Posted December 10, 2021 Author Share Posted December 10, 2021 2 hours ago, bangank36 said: Try adding to Home > Design > Custom Css section[data-section-id="61a92a2e19e7d3402c3551af"] .user-items-list-carousel__slides { grid-template-columns: repeat(2, 1fr) !important; grid-gap: 0px !important; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Hi, thanks for responding! Sadly this didn't change anything. Thanks Dan Link to comment
tuanphan Posted December 12, 2021 Share Posted December 12, 2021 On 12/10/2021 at 7:46 PM, TestValleyPkg said: Hi, thanks for responding! Sadly this didn't change anything. Thanks Dan Add this to Settings > Advanced > Code Injection > Header > Then save & reload the site <style> @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="61a92a2e19e7d3402c3551af"] ul { grid-template-columns: repeat(2,1fr) !Important; } } </style> 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