kaitlinkb20 Posted August 27, 2020 Share Posted August 27, 2020 Site URL: https://www.maudnadleryoga.com/ Hello! I used some code to create a custom testimonial slider on my website. I want to move the left (previous) control all the way to the left of the page. It used to work, but now it doesn't. Can anyone help? Link to comment
Beyondspace Posted August 27, 2020 Share Posted August 27, 2020 2 hours ago, kaitlinkb20 said: Site URL: https://www.maudnadleryoga.com/ Hello! I used some code to create a custom testimonial slider on my website. I want to move the left (previous) control all the way to the left of the page. It used to work, but now it doesn't. Can anyone help? You may want to add this css .sqs-block-summary-v2 .summary-carousel-pager { justify-content: left !important; } To add CSS, go to Design -> Custom CSS BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 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
kaitlinkb20 Posted August 31, 2020 Author Share Posted August 31, 2020 On 8/26/2020 at 7:13 PM, bangank36 said: You may want to add this css .sqs-block-summary-v2 .summary-carousel-pager { justify-content: left !important; } To add CSS, go to Design -> Custom CSS Thank you for responding! That just moved both of the controls to the left. I want one on the left & one on the right. Link to comment
Beyondspace Posted August 31, 2020 Share Posted August 31, 2020 Please try this .sqs-block-summary-v2 .summary-carousel-pager { justify-content: left !important; } .sqs-block-summary-v2 .summary-carousel-pager.sqs-gallery-controls .next { position: absolute !important; right: 0; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.