K2 bad copyright position...

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue May 07, 2013 11:30 am
Reply with quote
Report this post
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.

2013-05-07_12h32_01.jpg
User avatar
Expert Boarder

GK User
Tue May 07, 2013 11:43 am
Reply with quote
Report this post
Hi,
can you give us link to page with issue ? It will be much easier to help you.
User avatar
Gold Boarder

GK User
Tue May 07, 2013 12:28 pm
Reply with quote
Report this post
Konrad M wrote:Hi,
can you give us link to page with issue ? It will be much easier to help you.


I just PM you with all the access path & code.

Thank in advance for your help.
User avatar
Expert Boarder

GK User
Wed May 08, 2013 8:43 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.itemImageCredits {
display: block;
margin-top: -20px;
text-align: right;
}

and remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Wed May 08, 2013 8:55 am
Reply with quote
Report this post
Hello,

and again a great tip. It is working very well :)

Thank you so much for your help.
User avatar
Expert Boarder

GK User
Thu Jun 13, 2013 12:18 pm
Reply with quote
Report this post
this is just working well if you got no image caption text:
screenie_before.jpg


here is my customisation looks like:
screenie.jpg


put that to your override css.
Code: Select all

.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;
}

User avatar
Senior Boarder


cron