Forums

inove 200 header problem (3 posts)

  1. BenCurry
    Member
    Posted 2 years ago #

    Hello,

    I m using the inove theme and have added the 200pt header from this website - http://educhalk.org/blog/?p=107&cpage=2#comments

    It all seems to be ok apart from the fact that i now have a gap between my headrd and menu bar.

    http://www.derbywargamessociety.com

    Can anyone help me?

    Thanks
    Ben

  2. 11worth
    Member
    Posted 2 years ago #

    Ben,

    My guess is is has something to do with your navigation bar top margin. Look in your style.css and find this:

    #navigation {
    	margin:69px 0;
    }

    The 69px is your top and bottom margin, which is evident looking at your site. You can decrease the 69px to reduce the margin. Be aware that if you do so, it will modify the top AND the bottom margin at the same time.

    You can write our navigation bar style like this to give you control over the top and the bottom individually:

    #navigation {
    	margin:69px 0 69px;
    }

    The left value is for the top, the middle value is your left and right, and the right value is your bottom.

    Good luck!

  3. BenCurry
    Member
    Posted 2 years ago #

    I've fixed it.

    Thanks for the help

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.