Just a quick and dirty hack, try it out and see whether it suits you:
.PostMeta .Dropdown-menu {
display: block;
left: -1000px;
z-index: 10;
}
.PostMeta.open .Dropdown-menu {
left: 0;
}
.PostMeta-number {
position: relative;
left: 1140px;
top: -2.7em;
}
.PostMeta.open .PostMeta-number {
left: 0;
top: 0;
}
Put this into your custom CSS in the admin panel (section Appearance
).
It won't be visible in the mobile view.