Full width header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #548
    Anonymous
    Guest

    Hi,

    How can I make the header centered and full width, wider than the page itself? If I change the section below from 100% to 200%, it moves with the menu and it’s not centred. Let’s say I have a header 2000 x 350px or wider. How do I do that?

    Thanks
    Kamil

    |


    | =Header
    |


    */

    #header {
    width: 100%;
    position: relative;
    margin: 0 0 0px 0;
    z-index: 100;
    }

    #header-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;

    #1411
    admin
    Participant

    Hello,

    Quote:
    How can I make the header centered and full width, wider than the page itself?

    Header of Contango is 960px at its maximum width. You have to change HTML markup of header template to fit it to your need.

    Thanks

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