Search Divi Restro Menu Documentation
Search for answers or browse our knowledge base.
How to swap the position of currency and amount
Put the following code to the Divi>>Theme Options>>General>> Custom CSS
.el-drm-menu-item-price {
display: flex;
flex-direction: row-reverse;
}