Jump to content

New theme problem: blocks in my account page are not aligned correctly.


Recommended Posts

Here's a screenshot of my problem:

OeMmyaccountSYJ.png

 

I couldn't see any error in the code but here's the part of that my-account.tpl code:

 

 

 

<ul>
<li><a class="history" href="{$base_dir_ssl}history.php" title="{l s='History and details of your orders'}"><br>  {l s='History and details'}<br />  {l s='of your orders'}</a></li>

<li><a class="info" href="{$base_dir_ssl}identity.php" title="{l s='Your personal information'}"><br>  {l s='Your personal'}<br />  {l s='information'}</a></li>
{if $voucherAllowed}

<li><a class="adress" href="{$base_dir_ssl}addresses.php" title="{l s='Your addresses'}"><br>  {l s='Your addresses'}</a></li>
<li><a class="credit" href="{$base_dir_ssl}order-slip.php" title="{l s='Credit slips'}"><br>  {l s='Credit slips'}</a></li>
<li><a class="vouch" href="{$base_dir_ssl}discount.php" title="{l s='Your vouchers'}"><br>  {l s='Your vouchers'}</a></li>
{/if}
{$HOOK_CUSTOMER_ACCOUNT}
</ul>

 

Please help. I've also attached the screenshot to this post as well.

post-184000-0-64203100-1320667567_thumb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...