Home Forums Theme support Problem mit Fixed header in Theme Nico Reply To: Problem mit Fixed header in Theme Nico

Habe es nun über CSS gelöst

@media (min-width: 1280px) {

	#layout {
		padding-top: 110px;
	}

	#layout #headline {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    max-width: 100%;
	    z-index: 99999;
	}

	#layout #headline.logo-left.small_menu nav,
	#layout #headline.logo-right.small_menu nav {
	    margin-top: -40px;
	}

}