Hi Sakin,
I found the issue with the menu wrapping on mobile chrome. Even though it’s probably a chrome issue, you may want to update your CSS in the next release to include the below fix since many do not like the responsive design their website like myself and many do use mobile chrome.
#header-menu ul.menu a {
display: block;
text-transform: uppercase;
white-space: nowrap; *******this was added to fix the mobile chrome menu wrap issue
}