Jewelryfly_official Posted September 17 Share Posted September 17 Site URL: https://www.jewelryfly.com Hello there, I'm hoping someone might be willing to help me with some simple custom code to change the placement of the arrows on my summary block. On my website home page, I have a NEW IN section where the arrows are on the top right of the summary block. i would love to move them to the sides of the summary block as shown in the screenshot I have below. I understand i need css code and the current code i have is.. <style> .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { width: auto; } .sqs-gallery-design-carousel .sqs-gallery-controls .next:before, .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before { padding: 10px; background: #000; color: #fff; border-radius: 50%; // only if you need rounded buttnos } </style> this changed the arrow style but did not change the placement. My website is Jewelryfly.com & the password is Coco@334632 Can someone help me? Many thanks!! -Oscar Link to comment
sorca_marian Posted September 17 Share Posted September 17 Something like this? The CSS code .summary-block-header { position : absolute; width: 100%; top: 42%; translate: 0 -80%; z-index: 1; } .summary-carousel-pager { width: 100%!important; justify-content: space-between!important; padding: 0 7px; } @media (max-width : 767px) { .summary-block-header { top: 26%; } } 👨🔧👨💻 Squarespace plugins 🙋♂️ Squarespace Custom Web Development & Design 📅 Notion alternative 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn 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