Weird nav button changes - webflow code change?

I’ve recently output a site that no longer shows the hamburger menu in the same spot as it did back in August.

I noticed that removing the underscore from ._w-nav-button returns the positioning as it did previously. Has there been a webflow code change that would explain this?

Here’s what is being output from the ((site name))).webflow.css currently:

._w-nav-button {
display: block;
padding-top: 11px;
padding-bottom: 11px;
}

._w-nav-button.w–open {
margin-left: 0px;
background-color: #f2f2f2;
}

Thanks for any insight.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.