Background Position
The background-position property defines the position of an element's background.
| Class | Properties |
|---|---|
| wpex-bg-top | background-position: top; |
| wpex-bg-bottom | background-position: bottom; |
| wpex-bg-center | background-position: center; |
| wpex-bg-left | background-position: left; |
| wpex-bg-left-top | background-position: left top; |
| wpex-bg-left-bottom | background-position: left bottom; |
| wpex-bg-right | background-position: right; |
| wpex-bg-right-top | background-position: right top; |
| wpex-bg-right-bottom | background-position: right bottom; |