Search Divi Restro Menu Documentation
Search for answers or browse our knowledge base.
Place currency symbol after value
Want to place Currency Symbol After Value in the Divi Restro menu plugin?
This CSS snippet will swap the position of the currency symbol and value in the Divi Restro Menu plugin.
Add this to the Divi Theme Options
.el-drm-menu-item-price {
display: inline-flex;
flex-direction: row-reverse;
align-items: baseline;
}
Output: