mackenzieu Posted November 23, 2021 Share Posted November 23, 2021 Site URL: https://carrot-bronze-bld8.squarespace.com/bakery I'm trying to find a way to shorten all header images on mobile. Example of one of the page banners is attached https://carrot-bronze-bld8.squarespace.com/bakery). I also need to shorten the rotating gallery on the homepage (https://carrot-bronze-bld8.squarespace.com) Thank you! Link to comment
mackenzieu Posted November 24, 2021 Author Share Posted November 24, 2021 I was able to resolve the page header issue by altering the h1 margins. Still having trouble with the index rotating gallery. I'm using the code below but have a large black bar and text is not centered vertically. /* resize home slide */ @media screen and (max-width:640px) { section#rotating-home-gallery img { width: 100% !important; left: 0 !important; height: auto !important; } section#rotating-home-gallery { height: 300px; } } Link to comment
tuanphan Posted November 27, 2021 Share Posted November 27, 2021 Try adding to Design > Custom CSS /* Mobile homepage slide */ @media screen and (max-width:640px) { section#rotating-home-gallery { height: 220px !important; } section#rotating-home-gallery .Index-gallery-item-content { position: relative; top: -50px; } } mackenzieu 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment