How to move a header-menu

  • Anonymous

    #5896

    How to move a header-menu to top of page via style.css?

    Anonymous

    #31480

    Try something like this,

    #header-menu {
    margin-top: -235px !important;
    }
    #container {
    margin-top: 35px !important;
    }

    You might need to change margin values according to your header height. Posting a link to your site would be helpful to give you the exact code.

    Anonymous

    #31481

    Thank you for replay:

    Menu goes up to page but looks bad.

    please look:

    webside

    Please write a little more: How to change margin?

    What aboute Top-bar ; Can i paste there a Header menu?

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.