Hello
I have got stuck with this template. I would to add my own photos and names on my staff on the frontpage changing in this html:
<div class="gkTeam" data-count="7"><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Mark</a><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Mikkel</a><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Donna</a><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Noemi</a><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Robert</a><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Amanda</a><a href="#"><img src="images/demo/demo_team.jpg" alt="" /></a><a href="#">Remzi</a><a href="#">More About Us</a>
</div>
But whenever I change for instance Mark to David all the images on the frontpage changes direction from horisontal to vertical. I can find any logic in why? when I then changes back to Mark, the direction does not go back - it seems strange.
What is wrong?
thanks for your help.
Danny