ROBEX Posted May 29 Posted May 29 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/
DavidStewart Posted May 29 Posted May 29 @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; } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment