Float
The CSS float property dictates how an element should float.
| Class | Properties |
|---|---|
| wpex-float-left | float: left; |
| wpex-float-right | float: right; |
| wpex-float-center | float: none; margin-right: auto; margin-left: auto; |