Ok, I figured it out. I made the width 20% and it worked. One more question, how can I move the dropdown menue to the left instead of center?
Ok, I figured it out. I made the width 20% and it worked. One more question, how can I move the dropdown menue to the left instead of center?
You can either change the 70em and 66.9em to 800px so that it fills the width of the site, or you can remove the
margin:0 auto;
text-align:center;
from
and delete the width:66.9em from div#dropMenu ul.level1Code:div#dropMenu { width:70em; margin:0 auto; text-align:center; z-index:1000; position:relative; }