Jump to content

How do I evenly space text on sidebar? [SOLVED]


jacobmatthew

Recommended Posts

My sidebar currently looks like this, and I'd like to evenly space the text.

92o57Vu.png

 

Id like for my sidebar to be evenly spaced like this. 

tSWHAnb.png

 

I am clueless, and don't know how to space the text. Any help would be greatly appreciated, thanks! Website here

Heres my frontpage_recentpilots.php

<?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?>
<?php
foreach($pilot_list as $pilot) {
?>
    <p>
        <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>">
            <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid).' '.$pilot->firstname.' '.$pilot->lastname ?>
            <?php echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; ?>
            <?php echo date(DATE_FORMAT, strtotime($pilot->joindate)); ?>        
</a>
    </p>
<?php
}
?>

 

Edited by jacobmatthew
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...