GK speakers images problem

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Mon Jan 19, 2015 2:42 pm
Hi,
I have a problem with the GK Speakers-plugin. I want the images of the speakers side by side but some of the lines it only is one, two or three images instead of four (please see attached file). What can be wrong?

Best regards,
Emma
User avatar
Fresh Boarder

GK User
Mon Jan 19, 2015 3:20 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Jan 19, 2015 6:52 pm
User avatar
Fresh Boarder

GK User
Tue Jan 20, 2015 9:26 am
Hi,

Try to 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 any custom css plugin:
https://www.gavick.com/blog/adding-cust ... ress-theme
Code: Select all
.speakers-page .gk-speaker:nth-of-type(4n+1) {
   clear: both;
}
User avatar
Moderator

GK User
Tue Jan 20, 2015 11:22 am
Thank you so much!! Now it looks great :)
User avatar
Fresh Boarder


cron