Position
The CSS position property specifies the type of positioning method used for an element.
Class | Properties |
---|---|
wpex-static | position: static; |
wpex-fixed | position: fixed; |
wpex-relative | position: relative; |
wpex-absolute | position: absolute; |