Jump to content

Gallery Page Image Descriptions Style

Recommended Posts

Site URL: https://www.noahriffephoto.com/news

I am looking for some help to change the image description styles on a gallery page. Currently they are on the right side of the images overlapping on the images in a box. They end up covering parts of images that I would like to show. I would love to have them not overlap the image and either have them smaller on the right side or under the images. Most importantly I would just really like them to not overlap the image. Thanks!

Screen Shot 2020-09-12 at 1.01.56 PM.png

Link to comment
  • Replies 3
  • Created
  • Last Reply

Hi,

Insert this code in your Footer Code Injection.

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('#collection-5c476ce5cd8366102824cc30 .slide.sqs-active-slide').insertAfter($('.collection-type-gallery #slideshowWrapper'));
$('#collection-5c476ce5cd8366102824cc30 .slide.sqs-active-slide').css('text-align','center');
});
</script>

Please use the like button if it helps you!

Best,
Leopold

Ninja Kit Extension: Upgrade your Squarespace website without coding.

YouTube Preview    -    FREE DOWNLOAD

Link to comment
10 minutes ago, IXStudio said:

Hi,

Insert this code in your Footer Code Injection.


<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('#collection-5c476ce5cd8366102824cc30 .slide.sqs-active-slide').insertAfter($('.collection-type-gallery #slideshowWrapper'));
$('#collection-5c476ce5cd8366102824cc30 .slide.sqs-active-slide').css('text-align','center');
});
</script>

Please use the like button if it helps you!

Best,
Leopold

 

Unfortunately that did not work 😕

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.