OK, so first of all for Sticky Class put: #masthead
Disable at Small Screen Sizes should be around 980
Under .myfixed css class put this:
.myfixed { margin:0 auto; max-width: 1180px; width: 100%; } .myfixed .awaken-search-button-icon {display:none;} .myfixed .main-navigation { background: transparent; max-width:800px;float:right;} .myfixed .container {display:inline-block; }.myfixed .site-branding { display:inline-block;height: 60px;min-height: 60px;} .myfixed .container:nth-of-type(1) {width:100%; }.myfixed .container:nth-of-type(2) {max-width:70%;width:70%; float:right}.myfixed .menu {float:right} .myfixed .site-title-text{display:none;} #mysticky-wrap{height:220px!important;} .myfixed .main-navigation a {padding-top:40px;}
Please let me know if this working for you, it should work with default Awaken theme
Without the code works but the logo does not appear. With the code appears until the advertisement together.

add display none to the .myfixed .your-advertisement class
Same as I did for .myfixed .awaken-search-button-icon {display:none;}.
The site keeps crashing. My site for your review. =).
http://bit.ly/myfixedmenu222
Then activated mysticky still got error has to verify? I left active.
.myfixed .header-ad-area {display:none;} and than style the rest with .myfixed class
I think I’m being very noob! Well, it’s still going on! = /.
Inside of the css code I sent u earlier change this line:
.myfixed .container {
display:inline-block;
}
to
.myfixed .container {
display: inline-block;
width: 100%;
float: right;
max-width: 1000px;
}