Hi,
Order of the speakers in animation is caused by speaker-post order (date). The easiest way to change it, is change date of post adding. The animation always shows 5 speakers, so large circle in the middle is always 3rd speaker. Immediately to the left are first and second speaker, analogously to the right 4th and 5th.
If you want to achieve top row with two large centered circles on the main speakers page, use e. g. this code in /css/extensions.css file:
- Code: Select all
.speakers-page #post-799,
.speakers-page #post-797 {
width: 50%;
}
.speakers-page #post-799 figure.featured-image img,
.speakers-page #post-797 figure.featured-image img {
height: 240px;
width: 240px;
}
.speakers-page #post-799 figure.featured-image,
.speakers-page #post-797 figure.featured-image {
max-width: 256px;
}
,where #post-799 and #post-797 are yours first and second speaker (article id)