summergray Posted March 22, 2021 Posted March 22, 2021 Site URL: https://www.summergrayphotography.com/contact Hi there, I am using a slideshow with captions to highlight some customer testimonials on my website. In desktop the captions work fine, but in mobile the testimonials are cut off in the middle. Is there any way to add more room so the full caption can be seen? You can see the page here, under my contact form: https://www.summergrayphotography.com/contact I have uploaded a picture of what it looks like on mobile. I have tried various bits of code from pervious forum questions but nothing has worked. Any advice appreciated! P.S my site is not done yet and is normally password protected so don't worry I know some captions are fully missing!
Beyondspace Posted March 22, 2021 Posted March 22, 2021 24 minutes ago, summergray said: Site URL: https://www.summergrayphotography.com/contact Hi there, I am using a slideshow with captions to highlight some customer testimonials on my website. In desktop the captions work fine, but in mobile the testimonials are cut off in the middle. Is there any way to add more room so the full caption can be seen? You can see the page here, under my contact form: https://www.summergrayphotography.com/contact I have uploaded a picture of what it looks like on mobile. I have tried various bits of code from pervious forum questions but nothing has worked. Any advice appreciated! P.S my site is not done yet and is normally password protected so don't worry I know some captions are fully missing! try @media only screen and (max-width: 640px) { .gallery-caption-wrapper { padding: 0 1em; box-sizing: border-box; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
summergray Posted March 22, 2021 Author Posted March 22, 2021 1 hour ago, bangank36 said: try @media only screen and (max-width: 640px) { .gallery-caption-wrapper { padding: 0 1em; box-sizing: border-box; } } Thank you, can I just confirm where to add this? I've tried adding it to custom CSS but it doesn't seem to be changing anything.
Beyondspace Posted March 22, 2021 Posted March 22, 2021 23 minutes ago, summergray said: Thank you, can I just confirm where to add this? I've tried adding it to custom CSS but it doesn't seem to be changing anything. i showing that there is syntax error, could you show the current custom css box? I guess there is a unwanted image url in the css textbox that breaks the less generator BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
summergray Posted March 23, 2021 Author Posted March 23, 2021 20 hours ago, bangank36 said: i showing that there is syntax error, could you show the current custom css box? I guess there is a unwanted image url in the css textbox that breaks the less generator ahh yes, I already have something in there that allows me to have a different colour version of my logo n the header on certain pages.
Beyondspace Posted March 23, 2021 Posted March 23, 2021 remove this BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
summergray Posted March 23, 2021 Author Posted March 23, 2021 1 hour ago, bangank36 said: remove this Hi, I removed this and added the code you posted above. I am still unable to see the full caption on mobile:
Beyondspace Posted March 23, 2021 Posted March 23, 2021 10 minutes ago, summergray said: Hi, I removed this and added the code you posted above. I am still unable to see the full caption on mobile: try adjusting a bit @media only screen and (max-width: 640px) { .gallery-caption-wrapper { padding: 0 1em; box-sizing: border-box; } .gallery-reel-list, .gallery-caption-wrapper { overflow: visible; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Archived
This topic is now archived and is closed to further replies.