SquareQuestions Posted March 22 Share Posted March 22 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! Link to comment
Beyondspace Posted March 22 Share Posted March 22 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? 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
SquareQuestions Posted March 22 Author Share Posted March 22 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!! Beyondspace 1 Link to comment
Solution Beyondspace Posted March 22 Solution Share Posted March 22 (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 March 22 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
Beyondspace Posted March 22 Share Posted March 22 My testing 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
SquareQuestions Posted March 22 Author Share Posted March 22 Worked perfectly, 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