markadekoning Posted July 19, 2022 Share Posted July 19, 2022 Site URL: https://www.coastalgrain2.squarespace.com Hi gys, I'm trying to adjust the line height of the heading in this carousel section, and I'd like to move the slider arrows to the centre of the image, all on mobile. p: 123coastalgrain123 Cheers! Link to comment
Beyondspace Posted July 19, 2022 Share Posted July 19, 2022 (edited) Quote move the slider arrows to the centre of the image Do you mean aligning the caption below? Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="62c77a65bfc92508f6724275"] .list-section-title p { line-height: 1; } } Hope it helps Edited July 19, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
markadekoning Posted July 20, 2022 Author Share Posted July 20, 2022 Thanks, that adjusted the line height. Do you have any ideas for moving the navigations arrows to the centre of the image? Link to comment
markadekoning Posted July 20, 2022 Author Share Posted July 20, 2022 Trying to achieve the second image example, for some reason it won't work. Cheers! Link to comment
tuanphan Posted July 21, 2022 Share Posted July 21, 2022 On 7/20/2022 at 12:20 PM, markadekoning said: Trying to achieve the second image example, for some reason it won't work. Cheers! Add this CSS code to move arrows to center on 2 sides /* Mobile arrows */ @media screen and (max-width:767px) { [data-section-id="62d7ad25ad77dc0842fe5c88"] .mobile-arrows { position: absolute; top: 50%; width: 90%; justify-content: space-between !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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