margin-top ?

Forums Forums Menus margin-top ?

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

    Hi Ryan!

    the plugin for wordpress is awesome! very cool <img decoding=” title=”Wink” />

    it works fine, but i can’t move the navi bottom (margin-top??).
    see here: http://www.leif-junghans.de

    the navi must go a little bit to bottom.. how i can do this? here my code:

    #suckerfishnav {
        background:#ffffff;
        font-size:13px;
        font-family:verdana,sans-serif;
        font-weight:bold;
        width:880px;

        }
    #suckerfishnav, #suckerfishnav ul {
        list-style:none;
        line-height:30px;
        padding:0;
        border:1px solid #ffffff;
        margin:0 auto 1em auto;
        width:880px;

    #3324

    Try adding #suckerfishnav {margin-top:40px} to the end of your CSS. If that doesn’t work, post back here and I’ll take another look for you.

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