sean.atkins Posted April 20, 2022 Share Posted April 20, 2022 Site URL: https://www.josarsby.com/all-clients So this page has been arranged so that content is listed alphabetically which is fine on desktop/tablet view however when viewed from mobile device the content is stacked as if the two columns are on top of eachother and no longer in order. I've seen previous fixes for this on other templates using code to make the columns side by side on mobile view and this could be the right solution. Is there a fix for this? Thanks Link to comment
tuanphan Posted April 22, 2022 Share Posted April 22, 2022 Add to Design > Custom CSS /* all-clients mobile */ @media screen and (max-width:767px) { div#block-e469ca92430b25cddc8d+.row .span-6 { width: 50% !important; float: left !important; } div#block-e469ca92430b25cddc8d+.row .span-6 * { font-size: 14px; }} sean.atkins 1 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
sean.atkins Posted April 27, 2022 Author Share Posted April 27, 2022 Thank you that's almost perfect, the last two clients on the page seam to be full width though still. Can I fix this myself or does it need different code? Thanks Link to comment
sean.atkins Posted April 28, 2022 Author Share Posted April 28, 2022 On 4/22/2022 at 9:15 AM, tuanphan said: Add to Design > Custom CSS /* all-clients mobile */ @media screen and (max-width:767px) { div#block-e469ca92430b25cddc8d+.row .span-6 { width: 50% !important; float: left !important; } div#block-e469ca92430b25cddc8d+.row .span-6 * { font-size: 14px; }} Thank you that's almost perfect, the last two clients on the page seam to be full width though still. Can I fix this myself or does it need different code? Thanks Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 On 4/28/2022 at 10:20 PM, sean.atkins said: Thank you that's almost perfect, the last two clients on the page seam to be full width though still. Can I fix this myself or does it need different code? Thanks Use this new code /* all-clients mobile */ @media screen and (max-width:767px) { div#block-e469ca92430b25cddc8d+.row .span-6 { width: 50% !important; float: left !important; } div#block-e469ca92430b25cddc8d+.row .span-6 * { font-size: 14px; } div#block-e469ca92430b25cddc8d+.row+.row .span-6 { width: 50% !important; float: left !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
ECI Posted May 21, 2022 Share Posted May 21, 2022 I am having a similar issue with my page when displayed on mobile. Site: https://www.elancloephotography.com/ My packages display in order from left to right in rows: But on mobile its stacked by columns from left to right, causing the packages to be all over the place. Could you provide code for me to correct this as well please? @tuanphan Link to comment
creedon Posted May 21, 2022 Share Posted May 21, 2022 @ECI The issue is your layout. When the screen gets narrow SS slides the columns under each other from left to right (responsive). Using my Row Column Finder bookmarklet we can see that you have three long columns in a row. On mobile column 2 slides under column 1 and column 3 slides under 2. You need to create a layout that has several rows with 3 columns each. Then when on mobile the order will be maintained. When restructuring the content. Use the line block trick to maintain separate rows. Then when you are sure it's all good. Delete the line blocks or hide then with CSS. Note : If you have two text blocks on top of each other and you edit one, SS may try to combine them and ruin your layout. Something to watch out for. Again use line blocks to help out if that happens. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
ECI Posted May 21, 2022 Share Posted May 21, 2022 2 hours ago, creedon said: @creedon Let us know how it goes. Perfect! Thank so much for your help with this! That fixed the problem! 🥳 creedon 1 Link to comment
cecifp Posted December 9, 2022 Share Posted December 9, 2022 I have the wrong stacking order issue as well on mobile with my page. What am I doing wrong? Https://securechek.ai/solutions Link to comment
creedon Posted December 9, 2022 Share Posted December 9, 2022 3 hours ago, cecifp said: I have the wrong stacking order issue as well on mobile with my page. Your section is Fluid Engine and the suggestions prior to your post are solutions for the Classic Editor. I think your issue is related to how FE doesn't work the way one would expect. I know of no solutions but perhaps others will. cecifp 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
cecifp Posted December 10, 2022 Share Posted December 10, 2022 (edited) 7 hours ago, creedon said: Your section is Fluid Engine and the suggestions prior to your post are solutions for the Classic Editor. I think your issue is related to how FE doesn't work the way one would expect. I know of no solutions but perhaps others will. Thank you @creedon. I'll have to figure out where to go for help with that then, the Fluid Engine if no one else knows here... This implies we don't have Fluid Engine if it's asking me to upgrade, no? Edited December 10, 2022 by cecifp creedon 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