PapaJoe Posted October 22 Share Posted October 22 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 Link to comment
Solution Ziggy Posted October 23 Solution Share Posted October 23 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
PapaJoe Posted October 23 Author Share Posted October 23 Hi Ziggy, thank you so much! The testimonial section worked! For the stats, how can I set up list section? Link to comment
Ziggy Posted October 23 Share Posted October 23 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
PapaJoe Posted October 23 Author Share Posted October 23 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 Link to comment
Ziggy Posted October 23 Share Posted October 23 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
PapaJoe Posted October 23 Author Share Posted October 23 Okay, thanks. And the on-hover nav-links animation? Link to comment
Ziggy Posted October 24 Share Posted October 24 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; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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