Jump to content

Move Slideshow: Reel control arrows position on mobile

Go to solution Solved by tuanphan,

Recommended Posts

Hi all,

I'm working on optimising my mobile site and have fun into a problem with my slideshow reel at the bottom of my home page: https://www.spacefromspace.com/

On desktop I have the arrows overlaying the images on the sides, which I like (see below)image.thumb.png.7f7f4065fdd0984eeff06091d6202ff4.png

 

However on mobile, the arrows sit below the images. I'd like to move them up to halfway over the images if possible. Thanks!

image.png.58293101888e538416fa7c1a8d6e4c82.png

Edited by harryspacefromspace
Formatting error
Link to comment
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.gallery-reel-controls {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    bottom: unset !important;
}
}

 

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
  • 2 weeks later...

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.