GETTING STARTED
CONTENT
UTILITIES
Menu

Position

You can browse this page to learn the position properties of the template.

Predefined position classes increase by 10 between 0px and 50px. Adds CSS properties such as left, right, top and bottom to the applied element. Usage form is {direction}-{unit}. Example use; <div class="top-30">...</div>

Examples (Top)

Content here
								
<div class="position-absolute top-30">Content here</div>
								
							

Examples (Bottom)

Content here
								
<div class="position-absolute bottom-30">Content here</div>
								
							

Examples (Left)

Content here
								
<div class="position-absolute left-30">Content here</div>
								
							

Examples (Right)

Content here
								
<div class="position-absolute right-30">Content here</div>