@MelakuAlehegnSubmitted over 1 year ago
I was able to make the mobile menu using javascript, but I couldn't come up with a way to add the scroll behavior on the cards section. Any suggestions on that is appreciated. Thanks
I was able to make the mobile menu using javascript, but I couldn't come up with a way to add the scroll behavior on the cards section. Any suggestions on that is appreciated. Thanks
Use "overflow-x: scroll" in css for the testimonial section should be able to get the card scrollable horizontally. also flex-direction should be row.
Try it out and lemme know if it works.