#header{ .language-selector{ margin-top: 40px; width: 120px; margin-left: -58px; } .navigation{ .left{ li{ &:nth-of-type(1){ -webkit-transform: rotate(-90deg)!important; transform: rotate(-90deg)!important; top: 75%!important; width: 50%; left: -24%!important; right: auto!important; bottom: auto!important; margin-left: 15px; } &:nth-of-type(2){ -webkit-transform: rotate(-90deg)!important; transform: rotate(-90deg)!important; top: 25%!important; width: 50%; left: -24%!important; right: auto!important; bottom: auto!important; margin-left: 15px; } &:nth-of-type(3){ -webkit-transform: rotate(0deg)!important; transform: rotate(0deg)!important; width: 100%!important; top: 10px!important; right: auto!important; bottom: auto!important; left: 0!important; } } } .right{ li{ &:nth-of-type(1){ width: 100%!important; top: auto!important; right: 0!important; bottom: 10px!important; left: auto!important; } &:nth-of-type(2){ -webkit-transform: rotate(90deg)!important; transform: rotate(90deg)!important; top: 75%!important; width: 50%; right: -24%!important; left: auto!important; bottom: auto!important; margin-right: 15px; } &:nth-of-type(3){ -webkit-transform: rotate(90deg)!important; transform: rotate(90deg)!important; top: 25%!important; width: 50%; right: -24%!important; left: auto!important; bottom: auto!important; margin-right: 15px; } } } } }