Hi David
Thank you for your very quick answer.
I’ve put the code in, but nothing happen…
Following my complete custom css:
#header-section {
padding: 0 0 !important;
border: none;
}
#header-section {
width: 100%
max-width: 1170px;
}
#logo{
width:400px;
float: 50px;
align: left !Important;
}
#nav-section {
top: 5px;
float:right; clear:left;
}
nav .menu ul{
background: rgba(255, 255, 255, 0.7);
border:0px;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
zoom: 1;
}
nav .menu ul li{
font-size:16px;
font-family: Kameron;
font-weight: 300;
align:right;
}
}
Any idea what goes wrong?
Kind regards
Achim