Created
June 30, 2020 06:48
-
-
Save elicus/fc0248afc1c0fe848b23fd1076b850fe to your computer and use it in GitHub Desktop.
Swap Postion of Currency and Price in the Divi Restro Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.el-drm-menu-item-price { | |
display: flex; | |
flex-direction: row-reverse; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment