I am trying to create a basic image gallery and I am having difficulties setting up navigational arrows next to my gallery div on each side (a “previous image” arrow on the left and a “next image” arrow on the right). I want to have the following layout on my page:
[previous arrow] {{image gallery}} [next arrow]
This is what I have so far:
Can anyone tell me what I’m doing wrong and why I can’t get the arrows next to my gallery div?
Thanks