[QUOTE=anamika59;1145694]

Originally Posted by
picaflor-azul
Please excuse me if I am confused. If you are asking about widening the width of the categories drop down menu you can do that in the stylesheet_mega_menu.css file.
Thanks,
This is not quite correct. In the stylesheet_mega_menu.css does have width declared but it really does not do anything. Actually you can comment out width from mega-wrapper and mega-wrapper .mega-menu and you will not see much difference. The width is already set to 980px which is quite wide for browsers. You can make the width even larger but then the menu becomes lope sided.
Actually the width of the menu and the template is controlled by mainWrapper. So that is why I mentioned about changing tpl_header.php. You may close out the divs and have a custom container for mega menu. I would not recommend just changing the width of the mainWrapper because if you do that, your branding logo etc may get cut off in the smaller browsers.
However, my approach is only "a" approach. There can be other solutions that may work.
The width for the categories drop down menu category names can be made larger by adding this to the stylesheet_mega_menu.css file:
Code:
.mega-menu .level2 li a{width:your width here px;}
Making the width wider will cause long category names to show on one line and not two lines. It was my understanding that this is what the poster was trying to achieve.
The original question was:
I do have a problem though, some of my categorynames are rather long, and in the drop-down menu, they take up two lines, I changed the width of the columns of the drop-down menu, but the categorynames are still on two lines, unless I use underscores instead of spaces in the names,
Thanks,
Anne