Jump to content

Banner Slideshow Mobile Resize

Recommended Posts

Need help with banner slideshow resizing on mobile. I have a slideshow on my home page that scrolls through 3 images, each with a short title over top and a button with link to their respective pages. 

With no code, the mobile view is too tall and crops off too much of the image.

I've tried some code but the titles keep getting cut off and the images still too cropped.

I'm looking for some code to resize the image, text, and button all together (Similar to this site: https://www.lechase.com/)

This is literally my last step before going live. Any ideas?

Link to page: https://ray-bullfrog-j67x.squarespace.com/

Capture.JPG

Capture2.JPG

Capture3.JPG

Link to comment
  • Replies 1
  • Views 520
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

@ROBEX Hi, Please add this css code to your website and it will fix the issue. You can add this code to Website > Website Tools > Custom CSS

@media (max-width: 640px) {
section[data-section-id="662a69a6e977fe5dbb267974"], section[data-section-id="662a60affa1916280ec9af7a"] h2 {
    font-size: 32px !important;
}
section[data-section-id="662a60affa1916280ec9af7a"] .user-items-list-banner-slideshow .slides--initialized {
    min-height: 25vh !important;
}
#siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-button-font-unit="rem"] .list-item-content__button {
    font-size: 12px !important;
}
}

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.