Hi,
I like Media Galery in thin frame. The problem I have is that the caption text appears above picture. This causes that when I have 2 or more raws, the caption text is on the picture above (see example below).
http://www.at-connect.pl/portfolio-item/sklep-filatelistyczny/
I would like to have caption text on the picture (inside miniature picture frame) as it is when I use masonry gallery (I do not want to use that as it does not have a boarder around).
Is there any code to use in enfold child theme to apply or any other solution?
Also I would like to have the background for caption text semi transparent and with font and background colour customized.
Kind regards
Tomasz
Hey!
I don’t see an easy way of going about that unfortunately. Your trying to move the tooltips down a bit so they display on top of each of the images correct? You could use some CSS like this.
.avia-tooltip {
transform: translateY(150%) !important;
}
But the problem is that if you place your cursor on the tooltip then it fires the mouseout trigger of the image so the tooltip disappears.
As for the Corona license you will need to contact themeforest support about that.
Cheers!
Elliott
Thank you. It is an option. I included the code in child theme and it works on PC. It is as before on iPad.
Any suggestions?
Kind regards
Tomasz