team-details.php
-
Hi
I have come across a responsive issue. in team-details.php. I am using the rookie theme. If you view the team page on a mobile phone (e.g 320×240) The block with stats (seasons, competitions etc) is not aligned properly. I found a temporary fix. not sure if its the best option though. At line 60+-:<div class="sp-template sp-template-team-details sp-template-details"> <?php echo $output; ?>
I inserted 3
</br> to properly align the block.<div class="sp-template sp-template-team-details sp-template-details"> <br></br> <br></br> <br></br> <?php echo $output; ?>
Let me know if there is an alternative solution to this(a better one).
I have logos on as well.Regards.
- The topic ‘team-details.php’ is closed to new replies.