Hi,
Try toadd 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)
- Code: Select all
.speakers-page .gk-speaker:nth-of-type(4n+1) {
clear: both;
}