Alignment issues

Forums Forums Menus Alignment issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87
    Anonymous
    Member

    Hey Ryan,

    Thanks so much for this, its exactly what I was looking for.

    Having some issues with alignment however. And I’ll preface by saying I’m no whiz with code <img decoding=” title=”Smiley” />

    I’m using your plugin for WP and having some difficulty, not sure if its with WP or the plugin… I’m trying to get the whole menu to align center, the submenus to align left, and there’s something funky with the hovering – adds about 50px to the right side of each item in the submenus. I’ve messed with all I know to mess with so what am I missing?

    Thanks for any advice. And again, thanks so much for this menu.

    http://www.innerworldimages.com/

    #2376

    You are applying a bunch of styles to the menu via your style.css file. Try removing them and it should work a lot better. If it doesn’t help, then post back and I’ll take a closer look.

    Here’s the codes which I think you should remove:
    [code:3t756br7]#menu ul {
    margin: 0;
    padding:0;
    list-style: none;
    }

    #menu li {
    display: inline;
    }

    #menu a
    {
    padding:4px 8px;
    text-decoration: none;
    font-weight: bold;
    font-variant:small-caps;
    font-size: 1em;
    border:0;
    color:#6B83A8;
    letter-spacing:+2px;

    }
    #menu a:hover,
    #menu a:active,
    #menu li.current_page_item a:link,
    #menu li.current_page_item a:visited,
    #menu li.current_page_item a:hover,
    #menu li.current_page_item a:active
    {
    background:#103355;
    color:#99CCCC;
    border:0;
    }[/code:3t756br7]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.