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.
Comments
Comment #1
stGeorge-1 commentedhmmm. try adding this to the css file that is controlling nice menus
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
Comment #2
add1sun commentedNO response from OP.
Comment #3
sairyseast commentedi 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
Comment #4
vordude commentedCSS 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.