Jump to content

Banner Slideshow Height on Mobile

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

13 hours ago, DanielSather said:

I'm trying to get the very top banner slideshow to not be so long on mobile. I would like to behave similarly to the image block which is directly beneath it. I played around with the settings and couldn't seem to make this happen. Any help would be greatly appreciated!

link: https://aqua-nectarine-ttsr.squarespace.com/

password: test

-Daniel

Hi,

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="6402395b615768398ae56dcd"] ul {
    min-height: 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
On 3/8/2023 at 10:52 PM, DanielSather said:

That works great! Thank you so much. One follow up question. Is there a way to specify the mobile height of the slideshow? 

Try this

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="6402395b615768398ae56dcd"] ul {
    min-height: unset !important;
	height: 40vh !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

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.