Clindes Posted November 14, 2022 Posted November 14, 2022 (edited) portfolio-new.squarespace.com Passcode: port Hi, I have been trying to play around squarespace and trying to stylize this slide show gallery. Where I would like a regular slideshow on the desktop version, but on mobile version, I would like to hide the navigation arrow control, and make my image full width. I have been playing with the setting but out of luck. Below was what I used to remove the control arrow, /* Remove gallery slideshow arrows */ @media screen and (max-width:767px) { .gallery-slideshow-control { visibility: hidden; } } Here is the css I wrote for full-width slideshow, but didn't work... @media screen and (max-width: 767px) { .gallery-slideshow[data-width="full-bleed"] { width:100% !important; height: auto !important} } Thank you and much appreciated with any thoughts and suggestions. Edited November 14, 2022 by Clindes
tuanphan Posted November 21, 2022 Posted November 21, 2022 It looks like you solved this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Clindes Posted November 28, 2022 Author Posted November 28, 2022 On 11/21/2022 at 12:17 AM, tuanphan said: It looks like you solved this? Hey @tuanphan I think with the fix, the mobile version doesn't work smoothly. 😞
tuanphan Posted December 2, 2022 Posted December 2, 2022 On 11/29/2022 at 3:42 AM, Clindes said: Hey @tuanphan I think with the fix, the mobile version doesn't work smoothly. 😞 Can you check site url again? It doesn't work now Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment