LaRaye Posted July 19, 2022 Share Posted July 19, 2022 Site URL: http://heylaraye.com Hello! I am trying to have the galleries in my blog posts (heylaraye.com/blog) be only one column on mobile. I have tried several CSS snippets I've found and none seem to work on the blog. Thank you! Link to comment
Beyondspace Posted July 19, 2022 Share Posted July 19, 2022 2 hours ago, LaRaye said: Site URL: http://heylaraye.com Hello! I am trying to have the galleries in my blog posts (heylaraye.com/blog) be only one column on mobile. I have tried several CSS snippets I've found and none seem to work on the blog. Thank you! I check that it is already arranged with one column on mobile. Have you figured it out? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
LaRaye Posted July 19, 2022 Author Share Posted July 19, 2022 Thanks for replying! I apologize for not being more clear. Those are the blog posts. Galleries within the blog posts is what I'm struggling with. If I set the gallery within the blog post to have 2 columns, then it has two columns no matter where it shows up (desktop or mobile). I'd like it to have one column of photos on mobile and whatever number of columns on desktop that I set it to. Not all blog posts are set to two columns, but most are. This one specifically has two columns set: https://www.heylaraye.com/blog/john-day-fossil-beds-painted-hills. Thanks for your assistance. Link to comment
tuanphan Posted July 20, 2022 Share Posted July 20, 2022 11 hours ago, LaRaye said: Thanks for replying! I apologize for not being more clear. Those are the blog posts. Galleries within the blog posts is what I'm struggling with. If I set the gallery within the blog post to have 2 columns, then it has two columns no matter where it shows up (desktop or mobile). I'd like it to have one column of photos on mobile and whatever number of columns on desktop that I set it to. Not all blog posts are set to two columns, but most are. This one specifically has two columns set: https://www.heylaraye.com/blog/john-day-fossil-beds-painted-hills. Thanks for your assistance. Add to Design > Custom CSS > then save & reload the site /* blog posts gallery one column */ @media screen and (max-width:767px) { .blog-item-inner-wrapper .slide { width: 100% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LaRaye Posted July 20, 2022 Author Share Posted July 20, 2022 Works perfectly. Thank you so much!! 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