HenryDDesign Posted August 6, 2020 Share Posted August 6, 2020 Site URL: https://www.henrydrago.com/tab-lp Using 7.1 and I am trying to left justify the slideshow gallery section as well as give it the same content width as the above section (narrow). After digging around I can't seem to find anything on how I could go about this edit - I would love some input. Page www.henrydrago.com/tab-lp password: drago2020 Additionally if anyone has knowledge how to reposition the 'next image' arrows below the content that would be amazing. Thanks! Henry Beyondspace 1 Link to comment
Beyondspace Posted August 6, 2020 Share Posted August 6, 2020 Hi there, I made some test snippet that you may want to try To add CSS, go to Design -> Custom CSS .gallery-slideshow-item img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } .gallery-slideshow { width: 50%; float: left; padding: 0; padding-left: 3vw; margin-bottom: 30px; height: auto !important; } .gallery-slideshow-controls { top: 55% !important; } @media screen and (max-width: 768px) { .gallery-slideshow { width: 100%; padding-left: 6vw; padding-right: 6vw; } } HenryDDesign 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
HenryDDesign Posted August 6, 2020 Author Share Posted August 6, 2020 This works! Thank you so much!! -Henry Beyondspace 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment