Hi staudte , ah, this seems to be a different issue. The menu items receive a 10px
bottom margin. Aparently the menu button also get that same margin which shouldn't happen.
We'll fix this issue in a later update.
For now you can use the following CSS to disable this behaviour:
.buttonizer .buttonizer-head {
margin-bottom: 0 !important;
}