Simple Image Gallery - problem with images style

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
Fri Aug 30, 2013 5:05 am
Reply with quote
Report this post
Hi, I'm using the Pablisher and I like it very much.
But I have problem with images style using Simple Image Gallery Pro. You can see in the attachment.
How can I solve this problem?
Thank you
User avatar
Fresh Boarder

GK User
Fri Aug 30, 2013 6:45 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed Sep 04, 2013 5:00 am
Reply with quote
Report this post
http://info-blogger.ru/item/67
Images are at the end of article
User avatar
Fresh Boarder

GK User
Wed Sep 04, 2013 7:30 pm
Reply with quote
Report this post
As far as I can see, Its 3rd party plugin's css styling problem, and we don't support 3rd party plugins... but:
Code: Select all
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img {height: 160px !important;}

might help a little bit.
Put the code in override.css and remember to enable it from template settings.
User avatar
Moderator

GK User
Thu Sep 05, 2013 4:34 am
Reply with quote
Report this post
Thank you for your help.
I put code and now images look much better but not perfect.
As far as I see it is typography of template.
How can I switch this off for these images only? I'd like to use the typography for a text.
User avatar
Fresh Boarder

GK User
Sun Sep 08, 2013 10:58 am
Reply with quote
Report this post
Code: Select all
#k2Container .itemFullText ul.sigFreeContainer li {background: none;}
User avatar
Moderator

GK User
Mon Sep 09, 2013 3:41 am
Reply with quote
Report this post
I appreciate your help, but this doesn't work.
What I can do else?
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 9:03 pm
Reply with quote
Report this post
Code: Select all
#k2Container .itemFullText ul.sigFreeContainer li {
background: none !important;
}


this will do :).
User avatar
Moderator

GK User
Sun Sep 15, 2013 12:51 am
Reply with quote
Report this post
Yes, this works! ))
Thank you a lot!
User avatar
Fresh Boarder

GK User
Mon Sep 16, 2013 8:06 pm
Reply with quote
Report this post
I'm glad I could help.
User avatar
Moderator


cron