Long names are breaking my speakers page

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Wed Jul 10, 2013 7:15 pm
I can't figure out a css fix for this problem:

http://getonboardthemothership.com/clie ... ry/lineup/

Is there any quick fix other than changing the names? We have to display full names on this page due to contracts with the artists..

Thank you in advance
User avatar
Fresh Boarder

GK User
Fri Jul 12, 2013 8:58 am
Hi,

Please try to add the following code in the any CSS file at the end:

Code: Select all
.speakers-page .gk-speaker h2, .speakers-page .gk-speaker h2 a {
display: block!important;
}
User avatar
Administrator

GK User
Mon Jul 22, 2013 6:21 pm
I tried this and mine is still acting up. When I hover over any of the top row the bottom row moves around.

http://2014.ponokastampede.com/category/speakers/
User avatar
Fresh Boarder

GK User
Mon Jul 22, 2013 8:48 pm
Please try to add this code too:

Code: Select all
.speakers-page .gk-speaker:nth-of-type(4n+1) {
clear: both!important;
}
User avatar
Administrator

GK User
Mon Jul 22, 2013 9:15 pm
Worked great to keep the 2nd row in place, thank you!
User avatar
Fresh Boarder


cron