Ana_writes Posted October 31, 2022 Share Posted October 31, 2022 (edited) Hello, I'm trying to hide three specific images in my gallery only in mobile view due to a size difference. I've tried different ways through CSS but i'm probably using the wrong selector. Would really appreciate the help, thank you. My website is: https://www.anakarinawrites.com/author and the gallery is the one at Past Workshops. Edited October 31, 2022 by Ana_writes Link to comment
Beyondspace Posted November 1, 2022 Share Posted November 1, 2022 17 hours ago, Ana_writes said: Hello, I'm trying to hide three specific images in my gallery only in mobile view due to a size difference. I've tried different ways through CSS but i'm probably using the wrong selector. Would really appreciate the help, thank you. My website is: https://www.anakarinawrites.com/author and the gallery is the one at Past Workshops. You can try @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1665061046438_38782 .slide.sqs-gallery-design-grid-slide:nth-child(1) { display: none; } } Let me know how it works on your site Support me by pressing 👍 or marking as solution if this useful for you adifederico and Ana_writes 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
Ana_writes Posted November 4, 2022 Author Share Posted November 4, 2022 On 11/1/2022 at 2:30 PM, bangank36 said: You can try @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1665061046438_38782 .slide.sqs-gallery-design-grid-slide:nth-child(1) { display: none; } } Let me know how it works on your site Support me by pressing 👍 or marking as solution if this useful for you Thank you, worked like a charm! 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