Jump to content

Change Size/Placement of Summary Block Arrows

Recommended Posts

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. 

image.thumb.png.93651c25405788256271cdc3fc50a8b7.png

 

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
  • Replies 1
  • Views 270
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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%;
    }
}

 

Screenshot 2024-09-17 at 13.31.45.png

Screenshot 2024-09-17 at 13.33.05.png

 👨‍🔧👨‍💻 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.