TomMesquitta Posted November 19, 2021 Share Posted November 19, 2021 Site URL: https://www.fevronia.net/collections Hi, This seems to be a fairly common problem but requires site specific code and various threads suggested starting fresh posts... so here goes. Site 'https://www.fevronia.net/collections' Pass 'Fevroniapass' I'd like to change the way my clients 'collections' page displays on mobile view. On desktop it flows: 1 text / 2 image 3 image / 4 text 5 text / 6 image etc And on mobile it flows: 1 text 2 image 3 image 4 text 5 text 6 image etc Instead I'd like it to alternate between text and images, so: 1 text 2 image 4 text 3 image 5 text 6 image etc Many thanks for any help in advance : ) Link to comment
Beyondspace Posted November 19, 2021 Share Posted November 19, 2021 4 hours ago, TomMesquitta said: Site URL: https://www.fevronia.net/collections Hi, This seems to be a fairly common problem but requires site specific code and various threads suggested starting fresh posts... so here goes. Site 'https://www.fevronia.net/collections' Pass 'Fevroniapass' I'd like to change the way my clients 'collections' page displays on mobile view. On desktop it flows: 1 text / 2 image 3 image / 4 text 5 text / 6 image etc And on mobile it flows: 1 text 2 image 3 image 4 text 5 text 6 image etc Instead I'd like it to alternate between text and images, so: 1 text 2 image 4 text 3 image 5 text 6 image etc Many thanks for any help in advance : ) I can not access your site at the moment. Can you check it again? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
TomMesquitta Posted November 19, 2021 Author Share Posted November 19, 2021 Sorry, my client has adjusted the DNS settings 🙄 You should be able to view the site at:https://disc-snail-sk6j.squarespace.com Thanks. Link to comment
TomMesquitta Posted November 19, 2021 Author Share Posted November 19, 2021 'www.fevronia.net' is also up and running again now. Link to comment
tuanphan Posted November 21, 2021 Share Posted November 21, 2021 On 11/19/2021 at 5:14 PM, TomMesquitta said: Site URL: https://www.fevronia.net/collections Hi, This seems to be a fairly common problem but requires site specific code and various threads suggested starting fresh posts... so here goes. Site 'https://www.fevronia.net/collections' Pass 'Fevroniapass' I'd like to change the way my clients 'collections' page displays on mobile view. On desktop it flows: 1 text / 2 image 3 image / 4 text 5 text / 6 image etc And on mobile it flows: 1 text 2 image 3 image 4 text 5 text 6 image etc Instead I'd like it to alternate between text and images, so: 1 text 2 image 4 text 3 image 5 text 6 image etc Many thanks for any help in advance : ) Add to Design > Custom CSS /* mobile collections order */ @media screen and (max-width:767px) { div#page-section-618e3f56c9ff232648226b07>.row { display: flex; flex-direction: column-reverse; } div#page-section-618e40cbc756e974036263a5>.row { display: flex; flex-direction: column-reverse; } div#page-section-618e400cde3df46a31d707ac>.row { display: flex; flex-direction: column-reverse; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TomMesquitta Posted November 22, 2021 Author Share Posted November 22, 2021 The CSS worked perfectly many thanks Tuanphan! 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