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

The Hunt for the Ultimate Free...

In the hopes of reducing my monthly smartphone bill, I've been investigating the current state of VoIP and its potential to completely replace the traditional m...

Windows - Turn Off Internet Ex...

Yes, I know it's a security feature, but it's very frustrating for my colleagues that constantly download PDFs via Internet Explorer, confirming each and every ...

Joomla - Checklist for Moving ...

* Remove web directory protection entries * Rsync files to the new location * Change Apache root folder settings * Redo web directory protection entries * U...

Windows - Install Fonts Via Co...

I found this awesome Windows powershell script that allows you to install fonts via the command line.  This is very convenient for mass deployment.$ssfFonts = 0...