ilonapoutanen Posted March 16, 2021 Posted March 16, 2021 Site URL: https://www.lindakovasin.com/fine-art-printit I have a pricing list on my clients site. How can I keep the same styling and structure on mobile too? There should be size and price next to each other.
Beyondspace Posted March 16, 2021 Posted March 16, 2021 1 hour ago, ilonapoutanen said: Site URL: https://www.lindakovasin.com/fine-art-printit I have a pricing list on my clients site. How can I keep the same styling and structure on mobile too? There should be size and price next to each other. try @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1615548428851_10657 + .sqs-row .sqs-col-2 { width: 25% !important; float: left !important; } #block-yui_3_17_2_1_1615548428851_10657 + .sqs-row .sqs-col-4 { width: 25% !important; float: left !important; } #block-yui_3_17_2_1_1615548428851_10657 + .sqs-row .sqs-col-4 .spacer-block { display: block; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ilonapoutanen Posted March 16, 2021 Author Posted March 16, 2021 It worked first but then I removed some spacers and now it doesn't work anymore.
Beyondspace Posted March 17, 2021 Posted March 17, 2021 9 hours ago, ilonapoutanen said: It worked first but then I removed some spacers and now it doesn't work anymore. Because the css is based on the spacer to select the row that contains the price list, when you remove them then it make the code invalid BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted March 24, 2021 Posted March 24, 2021 On 3/16/2021 at 11:46 PM, ilonapoutanen said: It worked first but then I removed some spacers and now it doesn't work anymore. Do you still need help? We will check again. 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!)
ilonapoutanen Posted March 24, 2021 Author Posted March 24, 2021 No thanks! I decided to go with another setup. 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.