Jump to content

How to move images below text in mobile view

Recommended Posts

Site URL: https://www.moove.studio/

EDIT: I changed the layout from separate images and text blocks to using Image cards. This still does not overlay the text on top of the images when in mobile mode, but it cleans the mess slightly. Unfortunately, I can't add the logo images to the text blocks now, though. Is there a way to add them back in without breaking the layout?  
___________________________________________

Hi all, 

on my website, I have rows of text next to some images. 

image.thumb.png.3df71c03cefacbec2efdba77d939cec8.png

In mobile view, however, the images are displayed after all the text rows, making it all very messy. 

image.png.c737a509fd0ce8443881d0bdaa2bc90c.png

 

What I want is the accompanied image to be displayed below the text in mobile view (ideally with 20% visibility so that the text is easily readable. 

How would I go about doing this? 

Thanks so much for any help in advance!

- Calvin

Edited by CalvinBacon
Link to comment
  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

20 hours ago, CalvinBacon said:

Site URL: https://www.moove.studio/

EDIT: I changed the layout from separate images and text blocks to using Image cards. This still does not overlay the text on top of the images when in mobile mode, but it cleans the mess slightly. Unfortunately, I can't add the logo images to the text blocks now, though. Is there a way to add them back in without breaking the layout?  
___________________________________________

Hi all, 

on my website, I have rows of text next to some images. 

image.thumb.png.3df71c03cefacbec2efdba77d939cec8.png

In mobile view, however, the images are displayed after all the text rows, making it all very messy. 

image.png.c737a509fd0ce8443881d0bdaa2bc90c.png

 

What I want is the accompanied image to be displayed below the text in mobile view (ideally with 20% visibility so that the text is easily readable. 

How would I go about doing this? 

Thanks so much for any help in advance!

- Calvin

Try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  .sqs-block-image-figure {
    display: flex;
    flex-direction: column;
  }
  .sqs-block-image-figure .image-card-wrapper {
    order: 2;
  }

  .sqs-block-image-figure .intrinsic {
    order: 3;
  }
}

Let me know how it works on your site

Press 👍 or mark this answer as solution to help another one too

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

My testing result

image.png.f63c9fafe9634d1813c4e8ea1e35bc5a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

Hi Bangank36, thanks a lot for the suggestion! 
Although this is already a great start, I would love if I could have the image as the background for the text itself. So basically, the text On TOP of the image, whilst the image is only visible by 20% or so (so that the image is dark and the text on top can be read easily). 

I hope that makes sense? 

14 minutes ago, bangank36 said:

My testing result

image.png.f63c9fafe9634d1813c4e8ea1e35bc5a.png

 

Edited by CalvinBacon
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.