threadsonline Posted February 3 Share Posted February 3 Hi everyone, The arrows on the product images on desktop display are too big. I'm sure I've changed the size of them before without code but cannot figure out how to again for the life of me! Any ideas? Thanks! Link to comment
Web_Solutions Posted February 4 Share Posted February 4 On 2/3/2024 at 7:22 AM, threadsonline said: Hi everyone, The arrows on the product images on desktop display are too big. I'm sure I've changed the size of them before without code but cannot figure out how to again for the life of me! Any ideas? Thanks! Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
threadsonline Posted February 4 Author Share Posted February 4 Hey, here is a link to a product on my website: https://threadsonline.co.uk/store/p/dsquared2-skinny-dan-jeans Link to comment
threadsonline Posted February 5 Author Share Posted February 5 17 hours ago, Web_Solutions said: Can you share your website URL? Hey, here is a link to a product page on my site: https://threadsonline.co.uk/store/p/off-white-out-of-office-leather-blue-sneakers Link to comment
Solution Web_Solutions Posted February 5 Solution Share Posted February 5 16 hours ago, threadsonline said: Hey, here is a link to a product page on my site: https://threadsonline.co.uk/store/p/off-white-out-of-office-leather-blue-sneakers Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media screen and (min-width: 768px) { .ProductItem-details .sqs-add-to-cart-button-wrapper, .ProductItem-details .product-quantity-input, .ProductItem-details .product-variants { width: 50% !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
threadsonline Posted February 6 Author Share Posted February 6 On 2/5/2024 at 4:24 PM, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media screen and (min-width: 768px) { .ProductItem-details .sqs-add-to-cart-button-wrapper, .ProductItem-details .product-quantity-input, .ProductItem-details .product-variants { width: 50% !important; } } thanks, this solved my form width issue! 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