Skip to content

Position

LayoutResponsive
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;
wpex-sticky
position: sticky;
top: var(--wpex-sticky-offset);
z-index: 5;