PapaJoe Posted October 22, 2023 Posted October 22, 2023 Hello, #1 - I would like to re-create this on-hover animation for my navigation links as shown in the Figma prototype: https://www.figma.com/proto/U6jZDvNUHVKwoe40FqhtCU/HIGH-IMPACT?page-id=0%3A1&type=design&node-id=135-286&viewport=569%2C429%2C0.21&t=MEqFC4p5Po5VEyFw-1&scaling=min-zoom&mode=design #2 - I have two issues regarding my mobile responsiveness: (i) - The testimonial section - Is there a way I can increase the image without affecting the Desktop view? (ii) - Then the stats section: The spaces between everything is just so wide and I've tried everything I know but it's not working - Please if there is a way to fix this, it would be really helpful. (View screenshot in attachment). URL: https://wholelifesolutions.squarespace.com/ Password: hope
Solution Ziggy Posted October 23, 2023 Solution Posted October 23, 2023 Try this for the testimonial image: @media only screen and (max-width:767px) { .user-items-list-carousel[data-media-alignment="center"] .user-items-list-carousel__media-container { width: 30% !important; } } For the stats, why not set that up as a list section? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
PapaJoe Posted October 23, 2023 Author Posted October 23, 2023 Hi Ziggy, thank you so much! The testimonial section worked! For the stats, how can I set up list section?
Ziggy Posted October 23, 2023 Posted October 23, 2023 4 minutes ago, PapaJoe said: For the stats, how can I set up list section? In the same way you added the testimonials, but set it to Grid instead of Carousel. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
PapaJoe Posted October 23, 2023 Author Posted October 23, 2023 Okay, thanks. Also, I just noticed that fluid engine only supports site-wide animations. I only want to apply the animations to images alone; Is there a way I can do that? Ziggy 1
Ziggy Posted October 23, 2023 Posted October 23, 2023 19 minutes ago, PapaJoe said: I only want to apply the animations to images alone; Is there a way I can do that? I'm not aware of a good way to do that, though it would be nice to selectively add the animations. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
PapaJoe Posted October 23, 2023 Author Posted October 23, 2023 Okay, thanks. And the on-hover nav-links animation?
Ziggy Posted October 24, 2023 Posted October 24, 2023 13 hours ago, PapaJoe said: And the on-hover nav-links animation? Try this as your starting point, you'll have to adjust the size and colour: // Underline on hover .header-nav-item a { width:0%; background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #FFBF00 65%); transition:ease-in-out 300ms; &:hover { background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #FFBF00 65%); width:65%; } } body:not(.header--menu-open) .header-nav-item--active>a { background-image:none; } antsypantsy 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
antsypantsy Posted January 8 Posted January 8 On 10/24/2023 at 5:52 PM, Ziggy said: Try this as your starting point, you'll have to adjust the size and colour: // Underline on hover .header-nav-item a { width:0%; background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #FFBF00 65%); transition:ease-in-out 300ms; &:hover { background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #FFBF00 65%); width:65%; } } body:not(.header--menu-open) .header-nav-item--active>a { background-image:none; } This is great, thank you @Ziggy! Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment