the link in the slider, in the original it is called ‘view project’ , is not working in the responsive website. What is the solution?
1 Like
Use CSS to check link is clickable.
Check anchor tag is properly placed.
Make sure event.preventDefault();
is not blocking the link in JavaScript.
Check the link is visible and active.
I hope this can solve your problem