Top, Right, Bottom, Left
Classes used to control the position of en element.
Class | Properties |
---|---|
wpex-inset-0 | right: 0; left: 0; |
wpex-inset-y-0 | top: 0; bottom: 0; |
wpex-inset-x-0 | right: 0; left: 0; |
wpex-inset-auto | top: auto; right: auto; bottom: auto; left: auto; |
wpex-inset-y-auto | top: auto; bottom: auto; |
wpex-inset-x-auto | left: auto; right: auto; |
wpex-top-0 | top: 0; |
wpex-top-50 | top: 50%; |
wpex-top-100 | top: 100%; |
wpex-top-auto | top: auto; |
wpex-right-0 | right: 0; |
wpex-right-100 | right: 100%; |
wpex-right-auto | right: auto; |
wpex-bottom-0 | bottom: 0; |
wpex-bottom-50 | bottom: 50%; |
wpex-bottom-100 | bottom: 100%; |
wpex-bottom-auto | bottom: auto; |