YokeStudios Posted March 4 Share Posted March 4 I cant find the css code to reduce the size of the scroll button for the imagery on my product page, the button is currently cutting into my images its so big, can someone please help? Link to comment
tuanphan Posted March 7 Share Posted March 7 You can use this code to Website > Website Tools > Custom CSS. If it doesn't work, you can share link to a product, I can check it again easier /* products arrow size */ .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control:after { border-width: 3px 3px 0 0 !important; width: 2vw; height: 2vw; } 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!) Link to comment
YokeStudios Posted March 8 Author Share Posted March 8 Thanks @tuanphan but it hasnt changed the size it still looks like the below, the website isnt live yet so you wont be able to view it Link to comment
tuanphan Posted March 10 Share Posted March 10 On 3/8/2024 at 5:47 PM, YokeStudios said: Thanks @tuanphan but it hasnt changed the size it still looks like the below, the website isnt live yet so you wont be able to view it You can follow this to share url https://forum.squarespace.com/topic/216243-how-to-setup-password-share-site-url/ 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!) Link to comment
YokeStudios Posted March 10 Author Share Posted March 10 Hi @tuanphan the website is now live, the issue is mainly on mobile view, you can see it here www.yoke-studio.com Link to comment
tuanphan Posted March 14 Share Posted March 14 You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { button.chevron-next, button.chevron-prev { padding: 5px !important; min-width: unset !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!) Link to comment
YokeStudios Posted March 20 Author Share Posted March 20 thank you so much @tuanphan that has done it! 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