Jump to content

Slideshow image captions cut off in mobile view, can't seem to adjust?

Recommended Posts

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!

Screenshot 2021-03-22 at 10.43.39.png

Link to comment
  • Replies 8
  • Created
  • Last Reply
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!

Screenshot 2021-03-22 at 10.43.39.png

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
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. 

Link to comment
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

image.thumb.png.0b5eccf4f2f7ecab8a63405f152a81fe.png

image.png.5da05f99dd187f5cf027ef53e3d33c76.png

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
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

image.thumb.png.0b5eccf4f2f7ecab8a63405f152a81fe.png

image.png.5da05f99dd187f5cf027ef53e3d33c76.png

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. 

 

1330452107_Screenshot2021-03-23at09_14_44.thumb.png.576ee7fba8817c847525c09ac1a35a28.png

Link to comment

remove this

image.png.943f1a9033d4ec6fcba9029a29b68ae3.png

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
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:

191658429_Screenshot2021-03-23at10_43_34.thumb.png.ff118da208a9a26c57f86b463d37d0d5.png

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.