Hi
yes it ist not so good for me too. I change some in Code, look:
(look at the vertical.php in mod_kunenalogin an make the changes)
Look at the line 15 and add a new one after, then write <center>. After line 26 the same, but so </center>.
Now look on line 43 below and add the center code like here.
Now you have centered the Welcome User line , the avatar an the button.
I hope it is ok for you or take the add file!
?
Code:
<center>
<div class="klogin-hiname">
<?php echo JText::sprintf('MOD_KUNENALOGIN_HINAME','<strong>'.CKunenaLink::GetProfileLink ( $this->my->id, $this->user->getName()).'</strong>' ); ?>
</div>
<?php endif; ?>
<div class="klogin-avatar">
<?php if ($this->params->get('showav')) :
$avatar = $this->kunenaAvatar( $this->my->id ) ;
echo $avatar;
endif; ?>
</div>
</center>
<div>
<?php if ($this->params->get('lastlog')) : ?>
<div class="klogin-lastvisit">
<ul>
<li class="kms">
<span class="klogin-lasttext"><?php echo JText::_('MOD_KUNENALOGIN_LASTVISIT'); ?></span>
<span class="klogin-lastdate" title="<?php echo CKunenaTimeformat::showDate($this->my->lastvisitDate, 'date_today', 'utc'); ?>">
<?php echo CKunenaTimeformat::showDate($this->my->lastvisitDate, 'ago', 'utc'); ?>
</span>
</li>
</ul>
</div>
<?php endif; ?>
</div>
<div class="klogin-links">
<center><input type="submit" name="Submit" class="kbutton" value="<?php echo JText::_('MOD_KUNENALOGIN_BUTTON_LOGOUT'); ?>" /></center></div>
Sorry for my english.....