Begona Posted March 24, 2021 Posted March 24, 2021 Site URL: https://bookythings2.squarespace.com/es/inicio https://bookythings2.squarespace.com/es/inicio password: booky Hi! Can someone help me force a 4 image row into 2 rows of 2 images for tablet? See screenshot of section below: Thank you!
Beyondspace Posted March 25, 2021 Posted March 25, 2021 11 hours ago, Begona said: Site URL: https://bookythings2.squarespace.com/es/inicio https://bookythings2.squarespace.com/es/inicio password: booky Hi! Can someone help me force a 4 image row into 2 rows of 2 images for tablet? See screenshot of section below: Thank you! try @media only screen and (min-width: 640px) and (max-width: 1024px) { [id="es/servicios-editoriales"] .Index-page-content .sqs-layout .sqs-row:nth-child(2) .sqs-col-3 { width: 50%; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Begona Posted March 25, 2021 Author Posted March 25, 2021 Thank you so much, @bangank36 Looks great on the Tablet preview! However, when I check it on an actual Ipad the 2nd row doesn't display correctly 😞 Any idea why?? Thank you!!
Beyondspace Posted March 25, 2021 Posted March 25, 2021 2 hours ago, Begona said: Thank you so much, @bangank36 Looks great on the Tablet preview! However, when I check it on an actual Ipad the 2nd row doesn't display correctly 😞 Any idea why?? Thank you!! try @media only screen and (min-width: 640px) and (max-width: 1024px) { [id="es/servicios-editoriales"] .Index-page-content .sqs-layout .sqs-row { display: flex; flex-wrap: wrap; } [id="es/servicios-editoriales"] .Index-page-content .sqs-layout .sqs-row:nth-child(2) .sqs-col-3 { width: 50%; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.