HOMENCREATIVE Posted February 23 Share Posted February 23 I've successfully added CSS code to have an auto-scrolling logo carousel. I created the effect by creating two files that are 3000px wide X 300px H using a Canva template with the logos spaced evenly instead of uploading individual logos to avoid spacing issues. For some reason, the auto-scroll is showing off of the webpage when I scroll my mouse to the right. I cannot figure out how to fix this! Help! I created the effect by using the following code to custom CSS. /* Infinite Logo Scroll */ #SECTIONID .gallery-reel-list { animation: scroll 20s linear infinite; display: flex; width: 3000px; overflow: visible; } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-1500px); } } Link to comment
Ziggy Posted February 23 Share Posted February 23 Can you share your website URL? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
HOMENCREATIVE Posted February 23 Author Share Posted February 23 @Ziggy sorry about that, I added ot to the forum post so I thought it included it! https://www.tasteedmonds.com/home-2024 Link to comment
Ziggy Posted February 23 Share Posted February 23 Both of these are causing the problem, but that overflow is inherent to the way you're trying to do this: width: 3000px; overflow: visible; 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
HOMENCREATIVE Posted February 23 Author Share Posted February 23 @Ziggy hmm, I see! So do you suggest I not use this method and create the auto-scroll using individual images? 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