Shape 5

Joomla Templates => Mediaplate - Club => : najatuk January 26, 2010, 08:20:00 AM



: Width of No moo menu
: najatuk January 26, 2010, 08:20:00 AM
I have reduced the width of the drpodown no moo menu in media plate by 20 px so that my menu stays on the page by changing lines 43-51 of the suckerfish css to read:

#s5_navv li li {
     text-align: left;
     width: 202px; }

   * html #s5_navv li li {
       width: 202px; }
   
   * html #s5_navv ul li ul li {
      width: 204px; }
I also reduced the size of the Shape5_Mediaplate_mainmbottom.png and Shape5_Mediaplate_mainmhouver.png proportionately, so that they don?t stick out although I now realize that these also could have been better manipulated through the css code.  I also tried manipulating some of the other css width variables but not with the desired effect of setting the submenu and sub sub menu at the side of the other, as you can see, from http://pantanalexpeditions.com (http://pantanalexpeditions.com), while the menu width has been reduced, the sub menus still outdent in the original place.  What variables do I need to manipulate to fix this?  The site is coming along great, I have a few more questions, but let?s solve this one for today.

Thanks,
Douglas


: Re: Width of No moo menu
: jonahh January 28, 2010, 06:59:33 PM
Hello Douglas,

You can edit this below, just change to the 202px as I have done below:

suckerfish.css (line 156)

#s5_navv li ul ul {
margin:-112px 0 0 202px;
width:223px;
z-index:50;
}