The Solution

Problem:

My menu is wrapping to another line in Gigawatt.

By design, the menu is styled for large text with large spacing, which only accomodates about 5-6 links. Any more and the menu will wrap.

Solution:

Add this to custom.css:

ul#nav li {
    padding: 0 30px 0 0 !important;

}

 

Adjust padding as needed.

Elementor