Shaun_mav Posted February 16, 2022 Share Posted February 16, 2022 Site URL: https://www.worksbyshaun.com/shop/p/just-be-and-bloom-collection On the default store product page, on mobile devices I have run into two issues.... the Quantity drop-down selection box is not scaling, so it causes the website to not be centered by adding a horizontal scroll bar the Product Description is not wrapping to the next line, it wraps over the same line. Wondering why SS has not fixed this, hoping someone can help... Many thanks. Link to comment
Solution paul2009 Posted February 16, 2022 Solution Share Posted February 16, 2022 7 hours ago, Shaun_mav said: the Quantity drop-down selection box is not scaling the Product Description is not wrapping to the next line Wondering why SS has not fixed this The Quantity box issue is because of Custom CSS you have added. It looks like you may have set the input width in newsletter blocks to 375px. Unfortunately this will affect all inputs and should be removed or modified. The Product Description uses the H1 setting where the line height is currently set to 0em, causing it to wrap on the same line. If you change this in site styles, it should correct it. Alternatively, this CSS should do the same thing: .collection-type-products .ProductItem-details h1.ProductItem-details-title { line-height: 1.3em; } Did this help? Please give feedback by clicking an icon below ⬇️ Shaun_mav 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Shaun_mav Posted February 16, 2022 Author Share Posted February 16, 2022 Hello Paul, I cannot thank you enough again for your help, so grateful! Everything is now working as it should be, wonderful stuff! I've learned much. Your previous code help allowed me to modify the newsletter CSS so it only affected the desktop version, 375px, leaving mobile untouched - "@media screen and (min-width: 768px)" Warm wishes, Shaun paul2009 1 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