Problem with rendering Speakers images

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Feb 24, 2015 2:29 pm
Hi,
please look at my site: http://www.jalometalli.net/category/artist/
The rows are not even, could anybody tell me why there are rows with only one or two artists?
User avatar
Fresh Boarder

GK User
Tue Feb 24, 2015 10:25 pm
Hi,

Try to add following code into css/override.css file (first enable override.css option from Template Options -> Advanced tab) or use custom css plugin:
https://www.gavick.com/blog/adding-cust ... ress-theme

Code: Select all
.speakers-page .gk-speaker:nth-child(4n-1) {
   clear: both;
}
User avatar
Moderator

GK User
Thu Feb 26, 2015 9:11 am
It worked! Thank you, Piotr. :)
User avatar
Fresh Boarder


cron