WoCo Posted September 26, 2021 Share Posted September 26, 2021 Site URL: https://wocostudios.com/the-financial-gym So I am using images that are quite different in height for the list and I am unhappy with only being able to have the arrows at the bottom or sides of the images. Can I make them stick to the top instead? There is not an option to do this. via the design popup so I am assuming it'd have to be CSS? Thank you Jaiden Link to comment
Beyondspace Posted September 27, 2021 Share Posted September 27, 2021 19 hours ago, WoCo said: Site URL: https://wocostudios.com/the-financial-gym So I am using images that are quite different in height for the list and I am unhappy with only being able to have the arrows at the bottom or sides of the images. Can I make them stick to the top instead? There is not an option to do this. via the design popup so I am assuming it'd have to be CSS? Thank you Jaiden where exactly do you want them be? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
WoCo Posted September 27, 2021 Author Share Posted September 27, 2021 Hi there! I am looking to have them show up exactly as they do when you select "bottom" in the built-in design menu, but instead at the top of the content frame. So what does that look like? Centered, spaced ~50px apart at the top of the images. Screenshot attached Link to comment
WoCo Posted September 28, 2021 Author Share Posted September 28, 2021 10 hours ago, bangank36 said: where exactly do you want them be? Oops! Sorry I don't think I quoted you - I replied above ^ Link to comment
Beyondspace Posted September 28, 2021 Share Posted September 28, 2021 1 hour ago, WoCo said: Oops! Sorry I don't think I quoted you - I replied above ^ make it bottom first then I can figure how to move to the top BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
WoCo Posted September 28, 2021 Author Share Posted September 28, 2021 11 hours ago, bangank36 said: make it bottom first then I can figure how to move to the top Hi there, it's back to bottom! Link to comment
Beyondspace Posted September 28, 2021 Share Posted September 28, 2021 16 minutes ago, WoCo said: Hi there, it's back to bottom! Try in Desgin > Custom Css section[data-section-id="6149fd5a7d8f9f6957a4ab22"] .desktop-arrows.arrows-bottom-wrapper { position: absolute; top: -90px; left: 50%; transform: translateX(-50%); } section[data-section-id="6149fd5a7d8f9f6957a4ab22"] { margin-top: 40px; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Beyondspace Posted September 28, 2021 Share Posted September 28, 2021 Here is the result after adding the Css codes WoCo 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
WoCo Posted September 28, 2021 Author Share Posted September 28, 2021 1 minute ago, bangank36 said: Here is the result after adding the Css codes That's perfect!! What did you add to get it to work? Beyondspace 1 Link to comment
Beyondspace Posted September 28, 2021 Share Posted September 28, 2021 (edited) 31 minutes ago, bangank36 said: Try in Desgin > Custom Css section[data-section-id="6149fd5a7d8f9f6957a4ab22"] .desktop-arrows.arrows-bottom-wrapper { position: absolute; top: -90px; left: 50%; transform: translateX(-50%); } section[data-section-id="6149fd5a7d8f9f6957a4ab22"] { margin-top: 40px; } Here is my configuration in Design > Custom Css that makes you site works. You can follow my below video to paste those codes. Add Css to squarespace.mp4 Edited September 28, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
WoCo Posted September 28, 2021 Author Share Posted September 28, 2021 1 hour ago, bangank36 said: Here is my configuration in Design > Custom Css that makes you site works. You can follow my below video to paste those codes. Add Css to squarespace.mp4 421.45 kB · 0 downloads Thank you SO much! This worked perfectly for the desktop!! Is there any way to have the same change reflected on mobile? I tried switching "desktop-" to "mobile" in the code you provided but it didn't work (totally clueless here). Thank you again for all your help! Link to comment
Beyondspace Posted September 28, 2021 Share Posted September 28, 2021 6 hours ago, WoCo said: Thank you SO much! This worked perfectly for the desktop!! Is there any way to have the same change reflected on mobile? I tried switching "desktop-" to "mobile" in the code you provided but it didn't work (totally clueless here). Thank you again for all your help! With mobile, you can add the following Css code @media only screen and (max-width: 768px) { section[data-section-id="615339193c7cae52b682c13f"] .mobile-arrows { position: absolute; top: -75px; left: 50%; transform: translateX(-50%); } section[data-section-id="615339193c7cae52b682c13f"] .user-items-list-carousel__gutter { overflow: visible; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Beyondspace Posted September 28, 2021 Share Posted September 28, 2021 The result is generated by Custom Css in mobile BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
WoCo Posted September 29, 2021 Author Share Posted September 29, 2021 1 hour ago, bangank36 said: With mobile, you can add the following Css code @media only screen and (max-width: 768px) { section[data-section-id="615339193c7cae52b682c13f"] .mobile-arrows { position: absolute; top: -75px; left: 50%; transform: translateX(-50%); } section[data-section-id="615339193c7cae52b682c13f"] .user-items-list-carousel__gutter { overflow: visible; } } Thank you so much! You are so generous, I really appreciate you taking the time to help me with this. Beyondspace 1 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