You missed my fixes and apply other instead, as such, the menu is still not aligned but is up by -1px.
My fixes was this one:
@media screen and (min-width: 50em) {
#menu_nav .listlevel1.subsections>a:before {
font-family: "FontAwesome";
- margin: 0 5px 0 0;
+ margin: -1px 5px 0 0;
+ float: left;
font-size: 1.2em;
content: "\f0d7";
color: #43a8da;
}
+ #menu_nav .listlevel1 {
+ margin: 1px 2px 0;
+ }
}
This modification fix code doesn't work for me or with my fixes.
.listlevel1.subsections {
top: -1px;
}
But it's ok.