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

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...

JomSocial - How to Disable Cov...

I don't particularly like Facebook's cover photo feature, so I didn't particularly like it when JomSocial followed suit.  Here's how to disable JomSocial's cove...

How to Find and Replace Text U...

After changing website templates I found that all instances of the <ul> html tag (used for bullets) no longer worked because the new template requires a c...

Nginx - Blocking Access to Joo...

I propose blocking all access to Joomla's administrator login page and front-end user login (if you don't use it) because I constantly see a-hole bots in my log...