Ok, well I did do a temporary solution to my site that you could try for yours until the next theme update comes out to align that first menu item.
In your Customizr, navigate to: Advanced Options > Additional CSS and paste this little code snippet in:
.navbar .nav>li {
margin-top: 4px;
}
It will temporarily resolve that issue by adding a margin that forces the first menu item to align with the others and when the new theme update comes out, you can remove the code snippet and see if in the next theme update the issue is fixed by the team.
Hope this helps.
-
This reply was modified 9 years, 3 months ago by Zee.
I’m seeing the same issue on mine. However, haven’t yet gone in the code to see if I can fix it. It showed up with the latest theme update. The very first menu item is off alignment on horizontal menu layout.