Hello,
in this template (with k2), we have a strange thing when we put a copyright for a image.
The position is strange (see screenshot).
Is it possible to put in on the right bottom of the image ?
Thank in advance for any help.
Konrad M wrote:Hi,
can you give us link to page with issue ? It will be much easier to help you.
.itemImageCredits {
display: block;
margin-top: -20px;
text-align: right;
}
.itemImageCredits {
display: block;
margin-top: -70px;
text-align: right;
font-size: 11px;
}
.itemImageCaption {
bottom: 53px;
color: #fafafa;
display: block;
font-size: 11px;
height: 35px;
padding: 9px;
position: relative;
border:none;
overflow:hidden;
background: url(my50%TransparentImage.png) repeat;
transition:all ease-in-out 0.5s;
opacity: 1;
}
.itemImageCaption:hover {
opacity: 0;
}