pbueno24 Posted November 11, 2021 Share Posted November 11, 2021 Site URL: https://pte.squarespace.com/ On mobile, I need to reorder the light blue image and place it above the text that says "Augmented AR easypod AR VIEW CASE STUDY ->" How might I be able to do that on mobile only? (767px) [Side Note: I had made image cards before with the image and the text, but because we wanted to include an arrow icon, I had to redesign the elements individually to include a code block to hold the arrow icon.] Link to comment
Beyondspace Posted November 14, 2021 Share Posted November 14, 2021 On 11/12/2021 at 4:31 AM, pbueno24 said: Site URL: https://pte.squarespace.com/ On mobile, I need to reorder the light blue image and place it above the text that says "Augmented AR easypod AR VIEW CASE STUDY ->" How might I be able to do that on mobile only? (767px) [Side Note: I had made image cards before with the image and the text, but because we wanted to include an arrow icon, I had to redesign the elements individually to include a code block to hold the arrow icon.] You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1636654140224_7060 + .row { display: flex; flex-direction: column; } #block-yui_3_17_2_1_1636654140224_7060 + .row .col:first-child { order: 2; } #block-yui_3_17_2_1_1636654140224_7060 + .row .col:last-child { order: 1; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too pbueno24 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
pbueno24 Posted November 17, 2021 Author Share Posted November 17, 2021 Worked like a charm! Thank you Beyondspace 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