Your weaver pro site is in maintenance mode so we cant see it.
You asked for the home text to be absolutely flush on the left. This doen with
.is-desktop .wvrx-menu > li:nth-of-type(1) a {padding-left:0px;}
If we do what you ask in this configuration, then the purple will not be aligned left it will extend further left.
So you confirm if you want the purple to extend left past the edge of the site content.
If it is , remove the rule I mention above, and instead use the rule
.is-desktop .wvrx-menu {margin-left:-10px;}