paigedobson Posted June 19 Posted June 19 I have a gallery of automatic scrolling logos on my home page. I have it set up how I want it to look, but I can't figure out how to stop the horizontal scroll for overflow. Here's the code I'm using: #section[data-section-id="6653b666a7fe4f73efaaeaa6"] { overflow-x: hidden } .gallery-grid-wrapper { display:flex !important; animation: slideshow 30s linear infinite } .gallery-grid-wrapper .gallery-grid-item { min-width: 25%; margin-right: 5% } @keyframes slideshow { 0% { left: 0; } 100% { left: -205% } } Any help is much appreciated!
Solution tuanphan Posted June 20 Solution Posted June 20 Try html { overflow-x: hidden; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment