
Re: Padding Letters Question
Hi Limun, have a play with these two examples.
nav_quick_links.tpl
Find:
<img src="{IMG_NAV_MENU_APPLICATION}" alt="{L_MAIN_LINKS}" title="{L_MAIN_LINKS}" />
<img src="{IMG_NAV_MENU_NEWSPAPER}" alt="{L_NEWS_LINKS}" title="{L_NEWS_LINKS}" />
Change to: (And do the rest of the Menu Main Entries also.)
<img style="padding-top:1px;" src="{IMG_NAV_MENU_APPLICATION}" alt="{L_MAIN_LINKS}" title="{L_MAIN_LINKS}" />
<img style="padding-top:1px;" src="{IMG_NAV_MENU_NEWSPAPER}" alt="{L_NEWS_LINKS}" title="{L_NEWS_LINKS}" />