Expired
i fixed it with the following code:
[code] @media (max-width: 1100px){ header#header #navigation { display: none;} .mobile_small_menu { display: block;} #logo { left: 40%; position: relative; float: left; height: 100%; } }
[/code]