Normally, each theme has different structure for the Logo and the Menu. It’s impossible for our NOO Menu to recognize and display menu on all the themes so by default, NOO Menu just takes all the space from left to right. If you want NOO Menu to display on the right side of your Logo, you’ll need to add this css code to the Custom Style option:
.noonav { float: right; }
If you want the menu on the left side, just change the above code from ‘right’ to ‘left’.