Jump to content

Center gallery block add title nad center text

Recommended Posts

Posted (edited)

Hi in this gallery block solution id like to make the last odd picture centered i tried my best at css but to no avail additionally I would like to add a title for this section and center the text under each picture the "caption" and chanage the text color to red.

password: commu123

 

image.thumb.png.e86d7742fdcec83dad08cdfc5389a72d.png

Edited by STANLEEYwebdesigner
add password
Link to comment
On 5/19/2024 at 3:25 PM, STANLEEYwebdesigner said:

Hi in this gallery block solution id like to make the last odd picture centered i tried my best at css but to no avail additionally I would like to add a title for this section and center the text under each picture the "caption" and chanage the text color to red.

password: commu123

 

image.thumb.png.e86d7742fdcec83dad08cdfc5389a72d.png

You can try the following Custom Css

section[data-section-id="6649ae3a68d05703132b8664"] .gallery-grid[data-columns="3"] .gallery-grid-wrapper {
  grid-template-columns: repeat(6, 1fr) !important;
}

section[data-section-id="6649ae3a68d05703132b8664"] .gallery-grid[data-columns="3"] .gallery-grid-wrapper  .gallery-grid-item {
  grid-column: span 2;
}

/* Dealing with 2 orphan items */


section[data-section-id="6649ae3a68d05703132b8664"] .gallery-grid[data-columns="3"] .gallery-grid-wrapper  .gallery-grid-item:nth-last-child(2):nth-child(3n + 1) {
  grid-column-end: 4;
}

/* Dealing with single orphan */

section[data-section-id="6649ae3a68d05703132b8664"] .gallery-grid[data-columns="3"] .gallery-grid-wrapper  .gallery-grid-item:last-child:nth-child(3n - 2) {
  grid-column-end: 5;
}

Let me know how it works on your site

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace
🚀 Learn how to rank new pages on Google in 48 hours!

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

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.