Speakers page not showing 4 speaker per row

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri Mar 29, 2013 4:18 pm
On the main speakers page there are two rows with 4 speakers but then there is a bug:
1 row: 4 speakers
2 row: 4 speakers
3 row: 3 speakers
4 row: 2 speakers
5 row: 4 speakers
6 row: 1 speakers
7 row: 4 speakers
8 row: 2 speakers
etc.
See image attached.

Why is that?
And how can I fix that?
User avatar
Fresh Boarder

GK User
Fri Mar 29, 2013 5:01 pm
Can somebody help?
User avatar
Fresh Boarder

GK User
Fri Mar 29, 2013 5:16 pm
Hi,

Sorry but the imag isn't attached - additionally - could you provide an URL to your website? Without it probably I won't be able to help in this case.
User avatar
Administrator

GK User
Fri Mar 29, 2013 5:19 pm
Hi,
this is the URL
http://kinnernet.eu/category/particpants/

[cut]

Best
Monty
User avatar
Fresh Boarder

GK User
Fri Mar 29, 2013 5:25 pm
Please never provide username or password on the public forum due security reasons - I've removed it from your message. For the future references please use in this kind of cases the PM messages.

Your problem is caused by different image proportions. In your case I recommend to add in the css/stuff.css file for the following selector (around line 560.):

Code: Select all
.speakers-page figure.featured-image a img


the following properties:

Code: Select all
height: 190px;
width: 190px;
User avatar
Administrator

GK User
Fri Mar 29, 2013 5:25 pm
Please never provide username or password on the public forum due security reasons - I've removed it from your message. For the future references please use in this kind of cases the PM messages.

Your problem is caused by different image proportions. In your case I recommend to add in the css/stuff.css file for the following selector (around line 560.):

Code: Select all
.speakers-page figure.featured-image a img


the following properties:

Code: Select all
height: 190px;
width: 190px;
User avatar
Administrator

GK User
Fri Mar 29, 2013 5:30 pm
THANK YOU.
Works perfectly!!!

Best,
Monty
User avatar
Fresh Boarder


cron