Jump to content

Summary Block - Carousel Navigation Arrows

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

On 5/20/2021 at 10:24 AM, RedHeadGallery said:

Site URL: https://www.redheadgallery.org/members-highlight-campaign

Hello,

I would like to enlarge the navigation arrows on the top right corner of my summary block and rearrange them to be at the edges. Can anyone assists me with this customization?

Here is the url to the page with the summary block in carousel mode: https://www.redheadgallery.org/members-highlight-campaign

Add to Design > Custom CSS

/* Summary arrows size */
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.sqs-gallery-controls .next, .sqs-gallery-controls .previous {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
    margin-right: -5px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 5/22/2021 at 11:07 AM, RedHeadGallery said:

Thank you, that worked great!

Is it possible to take it a step further by adding text and placing the navigation arrows on either side of the summary block?SQS-Summary-Block-Cust.thumb.jpg.8bd4883c52668533657268f3fe61218c.jpgI mocked up an example of what I would like to achieve.

 

Add to Design > Custom CSS

.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
    width: 100%;
    justify-content: space-between;
    float: none !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:after {
    content: "Prev";
    position: relative;
    top: 2px;
}
span.summary-carousel-pager-next.next:after {
    content: "Next";
    float: left;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Hello again,

I tried to modify it to match my mock up but I don't think I got it down. Could you assist with the positioning? The red "code" at the bottom was the little success I got when tampering with it.

Website: https://www.redheadgallery.org/

/* Summary arrows size */
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.sqs-gallery-controls .next, .sqs-gallery-controls .previous {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
    margin-right: -5px;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
    width: 100%;
    justify-content: space-between;
    float: none !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:after {
    content: "Prev";
    position: relative;
    top: -25px;
    font-size: 20px !important;

}
span.summary-carousel-pager-next.next:after {
    content: "Next";
    float: Left;
    font-size: 20px !important;
}

SQS-Summary-Block-Cust.jpg

Link to comment

Add this under above code

.sqs-gallery-controls .next, .sqs-gallery-controls .previous {
    width: 60px !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
    width: 30px !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:after {
    float: right !important;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
    float: right !important;
}
span.summary-carousel-pager-next.next:after {
    position: relative;
    top: -25px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.