Skip to content

Instantly share code, notes, and snippets.

@elicus
Created June 30, 2020 06:48
Show Gist options
  • Save elicus/fc0248afc1c0fe848b23fd1076b850fe to your computer and use it in GitHub Desktop.
Save elicus/fc0248afc1c0fe848b23fd1076b850fe to your computer and use it in GitHub Desktop.
Swap Postion of Currency and Price in the Divi Restro Menu
.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