Log in

View Full Version : Space left



j-a-hill
09-06-2008, 07:11 PM
I am using one of the horizontal menus and I'm having a problem with space on the left on the drop down menus. Here is a link to the site if you want to check it out:

www.opensourcetrust.net

BLiZZaRD
09-06-2008, 07:35 PM
The whole thing is off center in my view, not just your menus. As for that, you can go to your JS Style and find all the margin:o; that you have in tehre and remove those to be replaced with:



margin-right: 0.5em;


Changing the em value to suit your needs.

However, my guess is when you remove all the CSS and JS errors it will be more aligned as it should be. :)