Sorry, but just a last question ๐
There is a 1 px border on the bottom side of the header whic hI need to remove. I changed the style.css (strong part) to 0 with no effect, any tipps? ๐
#header-section.header-6 #header {
padding: 15px 0 0;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
transition: padding 0.5s ease-in-out;
-moz-transition: padding 0.5s ease-in-out;
-webkit-transition: padding 0.5s ease-in-out;
-o-transition: padding 0.5s ease-in-out;
}
#top-header {
<strong>border-bottom: 0px solid #e4e4e4;</strong>