phpLD - Need help with 'Top Categories' CSS

Discussion in 'CSS' started by brycealbright, Feb 16, 2010.

  1. #1
    My category widget (phpLD; 'Top Categories') is made to accommodate a title of one line. In most cases, my category titles range from two to three lines.

    Consequently, the 'Top Categories' widget on my default page is a mess.

    Here is the content.tpl

    {if $show_title eq 1}
    {$TITLE}
    <br/>
    {/if}
    <ul class="boxPopCats">
    {foreach item=cat from=$mainCategs}
    <li>
    <a href="{$smarty.const.DOC_ROOT}/{$cat.CACHE_URL|escape}" title="{$cat.TITLE|escape}">{$cat.TITLE|escape}</a>
    </li>
    {/foreach}
    </ul>

    Don't know if I can post my URL on my first post, but you can find it in my personal area. The categories widget can be found in the left hand column, bottom.
    If you need more information, please let me know.
    Thanks, Bryce
     
    brycealbright, Feb 16, 2010 IP