summergray Posted March 22, 2021 Share 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! Link to comment
Beyondspace Posted March 22, 2021 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
summergray Posted March 22, 2021 Author Share 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 1 Link to comment
Beyondspace Posted March 22, 2021 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
summergray Posted March 23, 2021 Author Share 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 1 Link to comment
Beyondspace Posted March 23, 2021 Share Posted March 23, 2021 remove this BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
summergray Posted March 23, 2021 Author Share 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 1 Link to comment
Solution Beyondspace Posted March 23, 2021 Solution Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
summergray Posted March 23, 2021 Author Share Posted March 23, 2021 That's worked!! Thank you very much. derricksrandomviews 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