Search Divi Restro Menu Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Display the name of menu item before the price in layout 2

restro-menu-divi

In order to show the name of the menu item before the price in Divi Restro Menu layout 2, use the following CSS snippet to your Divi Theme Options Custom CSS area.


.el-drm-layout-2 .el-drm-menu-item-details {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}.el-drm-layout-2 .el-drm-menu-item-name {
order: -1;
}

Here is the output after applying CSS

restromenu-divi