To put the price at the bottom below each menu item instead of on the same line as the menu item title.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
div.menu-block .menu-item {
display: flex;
flex-direction: column;
}
span.menu-item-price-top {
order: 3;
padding-left: 0px !important;
}
Result