I have developing a site in Drupal

I have modified the GlossyBlue theme
And am using the nice_menus module

But the menu elements are not aligned properly

I have tried resetting the css margins and padding manually by placing the css below the other style sheets in the page.tpl.php file

ul.nice-menu,
ul.nice-menu ul,
ul.nice-menu li {
border: 0;
padding : 0px 0px 0px 0px;
margin: 0px;
}

And still no luck, I am running out of Ideas....

Here is a screen shot I took:

On the left is how it currently looks....And on the right is how I need it to look

http://imgur.com/78eRR.png

Please any help would be greatly appreciated.

CommentFileSizeAuthor
#3 screenshot.jpg91.35 KBsairyseast

Comments

stGeorge-1’s picture

hmmm. try adding this to the css file that is controlling nice menus

ul.nice-menu>li>ul {
top: 2em;
}

on my nice menus it moves the position of the 2nd level submenu down a bit. However, I am not sure how to target just the 3rd level of menu as you desire. Hopefully this gives you a hint, so you can play around with it and get it working

good luck

add1sun’s picture

Status: Active » Closed (fixed)

NO response from OP.

sairyseast’s picture

Component: CSS » Code
Status: Closed (fixed) » Active
StatusFileSize
new91.35 KB

i am having a similar problem -see screenshot. ive played around with the suggestions both in the nice_menus.css as well as the nice_menus_default.css as suggested in this thread and in other posts but not having any joy.

Any help would be greatly appreaciated, thanks.

Lawrence

vordude’s picture

Status: Active » Closed (won't fix)

CSS Problems: Nice menus will give you easy to use, plug and play blocks with flyout menus but does require CSS work to get customized styling. CSS support issues are not supported in this issue queue and will be closed. If you have CSS styling questions, you can try asking on the forums, #drupal-themes IRC or the Themes mailing list.