Long speaker name

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri Feb 14, 2014 1:41 pm
Hi

I have some speakers with long titles, and in the speaker category page, it messes up the layout, how should I fix that? Maybe make the font smaller?

Thanks.
User avatar
Fresh Boarder

GK User
Fri Feb 14, 2014 2:21 pm
Hi,

Could you provide an URL to your page? (here or via PM), then I'll be able to help you.
User avatar
Moderator

GK User
Fri Feb 14, 2014 8:03 pm
http://wndrng.co/networks/e4u/con2014/c ... /speakers/

Notice that the second from the right is long, and it messes up the layout.
User avatar
Fresh Boarder

GK User
Mon Feb 17, 2014 8:28 am
Try to add this code into css/override.css file:

Code: Select all
.speakers-page .gk-speaker:hover h2 a {
padding: 8px 7px;
}

.speakers-page .gk-speaker h2 {
font-size: 14px;
}
User avatar
Moderator

GK User
Mon Feb 17, 2014 9:44 am
Working great thanks!
User avatar
Fresh Boarder


cron