there is a slight difference in padding between the links with no menu section and the links that have a menu section I think this will fix it ``` ilw-header-menu > ul > li > a { padding: 9px 20px 6px 20px; } ``` 