Hello Pavel,
I had the chance to try the custom CSS at the bottom of the image addon where is says CSS Class and has a box below (As shown on the screenshot you sent me), and it did not work.
I made sure to copy paste the following:
.image-caption {
position: relative;
}
.image-caption .sppb-addon-title {
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
I am not sure what I am doing wrong. The Caption still remains on the top of the image.
Any help is much appreciated.
Dimitris