Jump to content

Gallery Title caption not wrapping

Recommended Posts

Site URL: https://kindea-labs.squarespace.com/

Hi!

We're utilizing a gallery block to showcase video links to Vimeo. We're having a hard time formatting the titles in the caption. The text is not wrapping but cutting off the word with 3 dots at the end. Ideally, the words would wrap and the whole thing would be centered.

 

.image-slide-title {

  word-wrap: break-word;
  padding-bottom: 10px;
  font-weight: bold;
  
}

Also, how can I make the font responsive? I've tried adding the line below which mostly works but on mobile the font is super small.

.image-slide-title {
  
  font-size:1.2vw !important;
  word-wrap: break-word;
  padding-bottom: 10px;
  font-weight: bold;
  
}

Thank you!

 

Link to comment
  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Add to Home > Design > Custom CSS

@media screen and (max-width:640px) {
.image-slide-title {
    text-overflow: unset !important;
    overflow: visible !important;
    white-space: initial !important;
	font-size: 12px !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
  • 1 year later...
15 hours ago, LUDLOW said:

@Tiger_Thomas and @tuanphan What was the final CSS you used for wrapping the text? Trying to get Gallery Image Titles and Descriptions to wrap on https://www.sbamatch.com/home-copy

Thank you!

Add this CSS

.image-slide-title {
    white-space: initial !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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