Arrangement of speakers with white spaces in between

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun Mar 29, 2015 7:00 pm
Hi,

I customized the speaker section of the theme to bands, and everything works fine (links, css) but the arrangement of the bands includes white spaces, so the theme puts like in the demo 4 bands in the first, second and fourth line, only one in the third and fifth. Is this a problem of the theme or do I have to change some settings manually?
This is the link to my site: http://www.sunsidefestival.com/new/category/bandarea/

Thanks in advance.
User avatar
Fresh Boarder

GK User
Mon Mar 30, 2015 7:57 am
Hello,

Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
or use custom css plugin: https://www.gavick.com/blog/adding-cust ... ress-theme
Code: Select all
.gk-speaker:nth-child(11) {
   clear: both;
}

User avatar
Moderator

GK User
Mon Mar 30, 2015 1:43 pm
Thank you very much! Can I somehow define the sequence of the displayed speakers? The headliner should be at first position and so on.

Thanks in advance.
User avatar
Fresh Boarder

GK User
Mon Mar 30, 2015 2:25 pm
Hi,

Try to change publish date of your speakers to change the order.
User avatar
Moderator


cron