I themed my nice-menu as I wanted in the custom theme css file. When I enable the styles, it causes my whole content area div (width=100%) to have horizontal scrolling. I've changed every attribute that impacts width to a smaller width, and disabled background images, but I can't find the cause of the scrollbar.

I've got the nice menu in the left sidebar, and one content column to the right. They are both wrapped in a div (width=100%) so I can add a faux column background gif to them. The faux column works fine with the default nice-menus css, but I'm triggering a scrollbar with some unseen bug. The customizations I've done include changing it to a fixed width (less than my left sidebar width), changing the background images (I turned these off, they don't impact the bug), setting the font to 1.2em, and I think that's it. I've turned off padding, all margins are 0, I'm stumped.

Any ideas?

Comments

merilainen’s picture

Maybe you have a menu item or some submenu which is so long when opened that it needs more than window's length to show up?

carole’s picture

Status: Active » Closed (fixed)

I found the problem - it's caused by some mysterious css when I'm logged in as user 1. Now if I can narrow that down to the offending code...