Shape 5

Joomla Templates => Eden Rock - April 08 - Club => : iturea August 14, 2008, 03:54:59 AM



: How to enlarge the width of the submenu?
: iturea August 14, 2008, 03:54:59 AM
Could anybody tell me how to enlarge the width of the submenu?
for example, having a submenu item called "Krachtinstallaties (400V) in woningen" does not fit in the box.
Thanks and best regards!


: Re: How to enlarge the width of the submenu?
: mikek August 14, 2008, 07:07:42 AM
You'll need to edit the file s5_suckerfish.css. You'll need to change the width, by the exact same amounts for the following. So if you update one by 20px update them all by 20px

#navv ul ul a {

#navv li ul {

#navv li li {

And then this line, adjust the 200px by the same amount:

#navv li ul ul {
   margin: -20px 0 0 200px;
}