This topic has 3 replies, 3 voices, and was last updated 9 years, 4 months ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
Hi
here is my website: http://stomatologwarszawa.pl/ – why tab change his height when I scroll?
I noticed that its about the fixed header you are talking about may be. If yes then open style.css file and find the following and remove the padding: 10px 0; line.
.fixed-header {
position:fixed;
width:100%;
top:0;
left:0;
margin: 0 auto;
padding: 10px 0;
z-index: 3000;
background-color: #ffffff; /* IE Fall Back*/
background-color: rgba(255,255,255,0.95); /* Latest Browsers */
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);
box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.