Pro update changed my desktop navigation

I updated pro and my menu no longer displays correctly on desktop. Prior to updating, the navigation menu was vertical and center aligned with the container. Now it looks broken:

Hi Kosta,

Thanks for reaching out!

I check your website and confirm your issue but I can’t replicate the issue on my development website. But this issue is already fixed in the upcoming release, maybe in the next 24 hours. In the meantime, I added a quick fix in your Navigation Inline Element CSS.

$el {
  flex-direction: column;
}

Just remove the code in the next release, it is just a temporary solution.

Hope that helps.

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