jilldiane_ Posted July 2, 2021 Share Posted July 2, 2021 (edited) Site URL: https://gopher-antelope-sfzz.squarespace.com pw: 1234 Looking to have these images 2 in a row on mobile instead of 1 on top of the other? Ive tried a few things from other threads but have only been able to get the first two to be side by side. Thanks! Edited July 2, 2021 by jilldiane_ Link to comment
NickScola Posted July 3, 2021 Share Posted July 3, 2021 Hi! There's a couple ways to approach this. I personally recommend you use the Gallery Block -> Grid design. Then I would use Custom CSS to 1. Target that specific gallery block and then target everything but the 1st and 2nd image to be 100% width. Here's an example: #block-yui_3_17_2_1_1625336195519_3278 .slide:not(:nth-child(1)):not(:nth-child(2)) { @media (max-width: 640px) { width: 100% !important; } } Replace the block-yui_3_17_2_1_1625336195519_3278 with your new Gallery block ID. If you need help finding it after you create the Gallery block let me know. https://www.nickscola.com - Squarespace developer since 2007 now a full service creative agency in Chicago that focuses on creating websites with a high standard for aesthetic excellence. Link to comment
sorca_marian Posted July 3, 2021 Share Posted July 3, 2021 Hi, You can do this from the editor. Make sure there are 4 images each next to other. Currently there is 1 image individually added and 3 images wrapped together. Move them from the block where they are 3. I hope you understand what I want to say. Then they will be displayed one on top of each-other. Contact me for development work - I’m a Freelancer Software engineer and architect Squarespace Tutorials for free - YouTube📹 Manage Tasks & Notes Easily Squarespace Custom Web Development & Design 😀 Message me if you need custom features or a new website created Link to comment
jilldiane_ Posted July 5, 2021 Author Share Posted July 5, 2021 yes that worked amazing thank you! Link to comment
sorca_marian Posted July 5, 2021 Share Posted July 5, 2021 Great. Make sure to mark this topic as answered. Contact me for development work - I’m a Freelancer Software engineer and architect Squarespace Tutorials for free - YouTube📹 Manage Tasks & Notes Easily Squarespace Custom Web Development & Design 😀 Message me if you need custom features or a new website created 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