NoahRiffe Posted September 12, 2020 Share Posted September 12, 2020 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! Link to comment
IXStudio Posted September 12, 2020 Share Posted September 12, 2020 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
IXStudio Posted September 12, 2020 Share Posted September 12, 2020 2 minutes ago, NoahRiffe said: This is giving me a syntax error on line 1 Please contact me via DM. Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
NoahRiffe Posted September 12, 2020 Author Share Posted September 12, 2020 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.