Is it possible to shift my webpage to the left using a page slider in HTML? Currently, I am displaying 4 out of my total 6 products on the page at once. However, when I navigate to the product page and have more than 6 products, I would like the slider to automatically start moving towards the left side. Additionally, I want the page slider to respond properly to mouse clicks.
<html>
<div class="col-1-4">
<div class="wrap-col">
<div class="box maxheight1">
<img src="images/box1_img1.png" alt="">
<div class="text1">
<a href="#">Food Central</a>
</div>Food central is a mobile application ......................
<div class="button" style="color:#334960">
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</html>