Jump to content

Side-by-side blog on mobile

Go to solution Solved by Beyondspace,

Recommended Posts

4 hours ago, SquareQuestions said:

I am trying to get my website to display as a side-by-side blog on mobile devices.  It likely needs CSS code, and I am having a tough time figuring it out.

https://www.fluencyfinance.com/all

password: Test1234

Thank you!

Which parts do you want to set them side by side on mobile?

image.png.780fffe016059ff9f23eac1530a63499.png

Can you describe more detail?

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
  • Solution
Posted (edited)
2 hours ago, SquareQuestions said:

I want the Featured Image to be on the right, and the text content (meta data, date, title, context) to be on the left.  Similar to the desktop view.

If that is not possible, I would prefer the Featured Image to appear below the text content.

Thanks in advance!!

Try the following code for mobile view

/*Mobile arrange - meta data - image below*/
@media only screen and (max-width: 767px) {
  .blog-side-by-side .blog-item{
    display: flex;
    flex-direction: column;
  }

  .blog-item-summary {
    order: 0;
  }
}

Let me know if it works properly on your site

Edited by Beyondspace

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

My testing

image.thumb.png.923d540a5431339adfee1429024cfb09.png

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

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.