Round picture - problem

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 Mar 26, 2013 9:42 am
Reply with quote
Report this post
Hi,
I would like that the pictures were square, not round. What should I change to be square?
Thank you for your help.

http://randek.pl/kategoria/item/7-studenci
User avatar
Senior Boarder

GK User
Tue Mar 26, 2013 6:11 pm
Reply with quote
Report this post
I'm talking about the shape of small icons to be preserved square.
User avatar
Senior Boarder

teitbite
Wed Mar 27, 2013 5:36 pm
Reply with quote
Report this post
Hi

please add this code to css:

Code: Select all
.gkK2EventPages img {
    border-radius: 0 0 0 0;
}
User avatar
Moderator

GK User
Wed Mar 27, 2013 9:21 pm
Reply with quote
Report this post
Thank you for your reply. It worked, but not quite.
What should I do to have the first picture category remained in the county - now may not display properly.
http://randek.pl/kategoria/item/7-studenci
User avatar
Senior Boarder

GK User
Thu Mar 28, 2013 6:35 pm
Reply with quote
Report this post
Any ideas? - thanks.
User avatar
Senior Boarder

teitbite
Fri Mar 29, 2013 2:06 am
Reply with quote
Report this post
Hi

If this should be only the first than add this code beside the one I gave You already:

Code: Select all
.gkK2EventPages .itemImage img {
    border-radius: 50% 50% 50% 50%;
}
User avatar
Moderator

GK User
Fri Mar 29, 2013 11:11 am
Reply with quote
Report this post
Thank you for your quick and accurate response. I greet warmly.
User avatar
Senior Boarder


cron