[Solved] Can someone make my card slider workable by click on arrows?


Quick answer: https://codepen.io/anon/pen/dgeaRo

Explenation:
What I did was add a class and an Id to your a items and created a Javascript method that mostly does the same as the $('.my-card').click function.

This works and should give you a general idea should you want to make changes

1

solved Can someone make my card slider workable by click on arrows?