Players' list gallery alignment
-
Hello,
On the team page I would like to display the photos of the players. For that purpose I chose the gallery option in players list. The gallery displays but the pictures are not aligned and it’s difficult to play with css with it because h4 and dt (the code below) are not wrapped in one html tag ex div.
I would appreciate any help for that matter.
Many thanks for your help!<div class="sp-template sp-template-player-gallery"> <div id="sp-player-gallery-83" class="gallery galleryid-83 gallery-columns-3 gallery-size-thumbnail"> <a name="group-0-goalkeeper" id="group-0-goalkeeper"></a> <h4 class="player-group-name player-gallery-group-name">Goalkeeper</h4> <dl class="gallery-item"> <dt class="gallery-icon portrait"> <a href="https://localhost/football/player/hugo-stones/"><img width="150" height="150" src="https://localhost/football/wp-content/uploads/2015/06/David-Beckham-150x150.jpg" class="attachment-thumbnail wp-post-image" alt=""></a> </dt> <a href="https://localhost/football/player/hugo-stones/"> <dd class="wp-caption-text gallery-caption small-3 columns has-number"><strong>10</strong> Hugo Stones</dd> </a> </dl> <a name="group-1-defender" id="group-1-defender"></a> <h4 class="player-group-name player-gallery-group-name">Defender</h4> <dl class="gallery-item"> <dt class="gallery-icon portrait"> <a href="https://localhost/football/player/tristian-holme/"><img width="150" height="150" src="https://localhost/football/wp-content/uploads/2015/06/David-Beckham-150x150.jpg" class="attachment-thumbnail wp-post-image" alt=""></a> </dt> <a href="https://localhost/football/player/tristian-holme/"> <dd class="wp-caption-text gallery-caption small-3 columns has-number"><strong>11</strong> Tristian Holme</dd> </a> </dl> </div> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Players' list gallery alignment’ is closed to new replies.