Japanatron Logo

For some reason Joomla 2.5 lost the ability to show nice horizontal menus in the footer; instead the items appear vertically.  I personally used this in Joomla 1.5 to show the privacy policy, terms of use, etc. links at the very bottom of every page.  After a little research I found how to accomplish a horizontal footer menu in Joomla 2.5.

1. Add this somewhere at the bottom of your template.css file:

ul.menuflat li
{
display: inline;
padding: 10px;
}

2. Next, edit the module that displays your footer menu.  You'll see a box called "menu suffix."  Enter "flat" (without quotes) in there and save the module.  Your menu should now appear horizontal.

Related Articles

Joomla - How to Modify RSSocia...

RSSocial is an awesome free Joomla extension I use to display social media icons on my site.  Since it uses the Fontello Zocial font kit, I figured out how to m...

How to Spot a Fraudulent Onlin...

I offer some tips on distinguishing lawful online businesses from dishonest ones. Check the site reputation and scan for malware. I compiled a list a service...

Linux - Specify From Address W...

I struggled a bit with figuring out how to specify the from email address when sending mail on the Linux command line.  In short, you need to use the -r option....

Adding iTunes to Joomla Stalke...

The Joomla extension Stalker is awesome, but oddly enough it doesn't have iTunes as one of the default available networks.  If you're using the component, you c...