Would you help me to align the navigation menu to the Logo? I want to move the navigation to the right and move it a little bit up to align with the logo.
Hi,
As far as I can see, the menu is aligned with the logo on the rightmost side. If the thing you want is exactly to the right of the logo, you can use the following code.
@media screen and (min-width: 992px) { .nav-menu ul { float: left; margin-left: 3em; } }