1. SYSOPONLINE
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Wednesday, 27 September 2017
  5.  Subscribe via email
Hello i have a question :)

i added a newmodule position in header.
How can I represent the newmodul over the whole page (100%)

#newmodule{
width:100%;
}
newmodule.png

i have the answer:


#header { position: relative; } #newmodule { 
	padding-left:10px;
	background: #FDFFCB repeat scroll 0 0;
	opacity:0.9;
    border-bottom: 1px solid #ddd;
    height: 35px;
    position: fixed;
    width: 100%;
	z-index:100;
}
/*komplette breite vom newmodule setzen */
	#header.wrapper960 {
	width:100%;
}


There are no replies made for this post yet.
Be one of the first to reply to this post!