Jump to content

Arrow Positioning - Switching between gallery pages

Recommended Posts

Posted

Hi! 

I'm currently building my photography website, and wondering if it's possible to inject some CSS code to move the < > buttons.  They currently sit on the bottom of the page where I have to scroll through the whole gallery before seeing them.  Is there a way to move these so they are fixed in the middle of the page, similarly positioned to where I've drawn them.

Thanks  in advance! 

Sachin

Squarespace Arrow Help.JPG

  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

You can use this code to Website > Website Tools > Custom CSS

section#itemPagination {
    position: fixed;
    top: 50%;
    width: calc(~"100% - 40px");
    transform: translateY(-50%);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

section#itemPagination>a:nth-child(2) {
    justify-content: flex-end;
}

 

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.