← Superkube / Documentation 1.5
Modules

Position

This module helps to control the position property of the element.

Use the relative class to make an element with position: relative.

<div class="relative">...</div>

This is useful if a module or its blocks use a link that is stretched to the full height and width of the element. See the Link module description for more details.

<div class="item relative">
    <div class="item-head">...</div>
    <div class="item-body">
        <a href="#" class="link-stretched">...</a>
    </div>
</div>