3.2.0

Padding for Column Headers

How do I set padding for one of the column headers in CSS?
Stephen
February 24,

.active-column-1 .active-box-item {
        padding-left: 50px;
    }


The header template consists of two nested divs, the inner one has class .active-box-item

The FireFox DOM inspector helps a lot when you want to look at produced markup and css.
Alex (ActiveWidgets)
February 25,

This topic is archived.

See also:


Back to support forum