Making Header 100% full-width

Hi,

I would like to have our cite logo aligned to the left of the page, while the other menu buttons to the right of the page in our header. How to accomplish this?

http://bigart.cc/

Regards,

Teppo

Hi there

You may use this code:

@media (min-width: 1200px){
.main-navigation .container {
width: 100%;
}
}

Regards