Footlight14 Posted March 14 Share Posted March 14 Hi, So I want to somehow add a title to my horizontal scrolling gallery - here is the code from the video below 🙂: #page { overflow-x:hidden } .gallery-grid-wrapper { display:flex !important; animation: slideshow 30s linear infinite } .gallery-grid-wrapper .gallery-grid-item { min-width: 50%; margin-right: 5% } @keyframes slideshow { 0% { left: 0; } 100% { left: -225%; } } Would be great to be able to have a Title Header for it. Thanks!   Link to comment
tuanphan Posted March 15 Share Posted March 15 If you share link to page where you added testimonials, we can help easier 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!) 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