Jump to content

Recommended Posts

Posted
Having transferred work to school I now find I have a gap (see image) between the top menu items and the dropdown. As I'm still finding my way around Joomla could someone please point me to the relevant css sheet. :o

menu_gap.gif

Posted (edited)
It should be suffix.css. I'm not sure what may have been changed, but I'm guessing a padding value of some kind.

 

This is what I had to change. I downloaded what I hope is the latest 1.5 package this morning. I need to compare this stuff with what I did at home over the weekend. Some things look a little different (it could just be old age).

 

/*=========================== MOO MENU ================================*/

#topmenu .moduletable{

margin-top: 70px; <--Changed this value from 0px

}

 

#topmenu ul{

margin-top: 0px; <<--Changing this value created the gap between the menu components

padding:0;

width:auto;

}

Edited by beeswax

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...