I am struggling to create a layout where images are stacked horizontally, with small arrows centered vertically on the left and right sides for scrolling.
However, the arrows are currently centered relative to the page, rather than to the center image.
I'm aiming for a design similar to what can be seen on this website:
Ideally, I would prefer to position the arrows using only CSS/HTML.
Here is my current progress: https://github.com/thorkia/cssPositioningIssue
Any assistance on this matter would be greatly appreciated.
Note:
While I am able to achieve the scrolling functionality by adjusting the left margin using JavaScript, I have omitted that from the sample. My main focus is to correctly position the arrows.