Using the Forest Floor theme on drupal 6.2, text on child objects in the nice menu moves from left aligned to center when selected. I can't seem to figure out how to modify the CSS to get it to stay one way or the other. I would prefer if it stayed left aligned when selected, but keeping it centered would be fine too, it just looks goofy when it moves. I have attached a screen shot of what this looks like. On a related note, you will also see that the 'Sewing' menu item has several spaces before it, any idea how to fix that? None of the other menu items have that problem. Thanks for the help.

CommentFileSizeAuthor
menu1.jpg67.42 KBspcomputing

Comments

kriskd’s picture

Can you provide a link to the actual page? I'll take a look at it if I can get at the HTML/CSS.

spcomputing’s picture

Thanks for the response; the page can be viewed at http://www.lecdc.com

spcomputing’s picture

Status: Active » Closed (fixed)

I was able to find a solution. The problem was that 2 stylesheets, one for nice menus and one for the theme, were conflicting. I aligned the text on both stylesheets to the left and then adjusted the padding on the theme stylesheet until the text was centered. If anybody is having this problem let me know and I can give you more specifics.