I\'ve read around and tried other solutions to my problem but none seem to work.
I have 3 images, each within their own 4-column div. I have a css transition set up so t
You can set class to the image container and show the button on hover the image container.
Please check this link with working example:
.img-container:hover .button { display: block; position: absolute; left: 0; right: 0; bottom: 20px; width: 100%; text-align: center; }