vbee Posted June 9, 2022 Share Posted June 9, 2022 Site URL: https://hyperboloid-ruby-8dbs.squarespace.com/ I have an image card set for my page however I dont like the order of the header and paragraph after the image. I've attached screenshots below. Is there any coding I can implement to rearrange the order of an image card block for mobile? The first screenshot of desktop is what I have and prefer. The second is of the order I do not prefer in mobile. The third screenshot is what I would prefer (but would alter the desktop arrangement) It would also be super cool to center the header just for mobile instead of left aligned. 😕 Link to comment
Beyondspace Posted June 9, 2022 Share Posted June 9, 2022 1 hour ago, vbee said: Site URL: https://hyperboloid-ruby-8dbs.squarespace.com/ I have an image card set for my page however I dont like the order of the header and paragraph after the image. I've attached screenshots below. Is there any coding I can implement to rearrange the order of an image card block for mobile? The first screenshot of desktop is what I have and prefer. The second is of the order I do not prefer in mobile. The third screenshot is what I would prefer (but would alter the desktop arrangement) It would also be super cool to center the header just for mobile instead of left aligned. 😕 Your site is private now. Kindly set it a site-wide password so I can take a look BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
vbee Posted June 10, 2022 Author Share Posted June 10, 2022 Sorry about that. The pw: lasalle1 Link to comment
tuanphan Posted June 13, 2022 Share Posted June 13, 2022 On 6/10/2022 at 9:28 PM, vbee said: Sorry about that. The pw: lasalle1 Add to Design > Custom CSS /* mobile image card */ @media screen and (max-width:767px) { div#block-8f2ab474a0ff2033973e .image-inset { display: none; } div#block-8f2ab474a0ff2033973e .image-card .image-subtitle-wrapper:before { content: ""; background-image: url(https://images.squarespace-cdn.com/content/v1/629a1dd9b0affc4a4cd27525/c848ac0b-70c9-4b7f-9388-b9fc1d98bd29/Remotes.png?format=1500w); display: block; height: 350px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }} 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
vbee Posted June 13, 2022 Author Share Posted June 13, 2022 Is it possible to adjust the header text to be centered for mobile as well? (reference: "Let us take you there") Link to comment
tuanphan Posted June 14, 2022 Share Posted June 14, 2022 18 hours ago, vbee said: Is it possible to adjust the header text to be centered for mobile as well? (reference: "Let us take you there") Use new code /* mobile image card */ @media screen and (max-width:767px) { div#block-8f2ab474a0ff2033973e { .image-inset { display: none; } .image-card .image-subtitle-wrapper:before { content: ""; background-image: url(https://images.squarespace-cdn.com/content/v1/629a1dd9b0affc4a4cd27525/c848ac0b-70c9-4b7f-9388-b9fc1d98bd29/Remotes.png?format=1500w); display: block; height: 350px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } .image-title-wrapper>* { text-align: center !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment