Huib Posted January 5 Share Posted January 5 Hi, Is it possible to show two rows on the blog page overview by mobile device? website: https://www.studioswoop.nl/blog Key: !UChtball0n Link to comment
Ziggy Posted January 5 Share Posted January 5 It doesn't appear that the password is correct, can you reshare that? Thanks! Huib 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 5 Author Share Posted January 5 (edited) Oh I see, password; !Uchtball0n @Ziggy Edited January 5 by Huib Link to comment
Ziggy Posted January 5 Share Posted January 5 Try this code from the linked post: @media only screen and (max-width: 640px) { .gallery-masonry .gallery-masonry-wrapper { columns: 2; column-gap: 0; height: auto!important; display: block!important; padding: 0px; } .gallery-masonry-item-wrapper { height: auto!important; } .gallery-masonry-item { position: relative!important; transform: none!important; width: 100%!important; display: block; padding: 0.0px!important; box-sizing: border-box; } .gallery-masonry .gallery-masonry-item img { height: 100%!important; width: 100%!important; } } Huib 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 5 Author Share Posted January 5 Thanks for the reply @Ziggy, but this code changes te style of the Gallery. I want to apply the two row view on the blog page masonry view, can you help to change the code? Thanks Link to comment
Ziggy Posted January 5 Share Posted January 5 Sorry, try this code: Huib 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 5 Author Share Posted January 5 We are getting close @Ziggy! Only the images aren't closing now. Do you know if we can fix this with CSS? Link to comment
Ziggy Posted January 5 Share Posted January 5 The page only shows 1 across when I look at it, did you remove the code or is it simply not working? Huib 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 5 Author Share Posted January 5 I did remove it. excuse me for that ;). If have put the code back on. Link to comment
Ziggy Posted January 8 Share Posted January 8 (edited) I wasn't able to look since your last message, assume you removed the code again? Edited January 8 by Ziggy Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 8 Author Share Posted January 8 (edited) I didn't save it yesterday, I have it on right now. As you can see, on desktop I have the title shown in hover, on mobile it gets another position now and the images get a white border on top and bottom. Edited January 8 by Huib Ziggy 1 Link to comment
Ziggy Posted January 8 Share Posted January 8 Try adding this: @media screen and (max-width: 640px) { .blog-masonry .blog-image-wrapper img { height: auto !important; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 8 Author Share Posted January 8 Thanks, getting really close, now we have the whitespace underneath Link to comment
Ziggy Posted January 8 Share Posted January 8 @media screen and (max-width: 640px) { .blog-masonry .image-wrapper { height: 48vw !important; } } Huib 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Huib Posted January 8 Author Share Posted January 8 It's so helpfull, now i have to deal with the smaller images; Link to comment
Huib Posted January 8 Author Share Posted January 8 Dear @Ziggy, do you think we can solve the thing above? in that way can create a real masonry grid like my gallery (screenshot) Thanks in advance 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