body.fixed-header #fix-wrapper {position: fixed; background-color: white;} body.fixed-header #stickyheader {top:50px; transition: none;}
@media only screen and (max-width: 767px) { #top {display: block;} #stickyheader {display: none;} #header {visibility: visible;} body.fixed-header #stickyheader {display: block;} }
Einen Kommentar schreiben: