Results 1 to 2 of 2

Thread: Space left

  1. #1
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Space left

    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

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    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; that you have in tehre and remove those to be replaced with:

    Code:
    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.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •