3.2.0

columnalignment differs from headeralignment

Hello experts,

how can i specify the alignment of a column different to the
alignment of the header?
e.g. i want all headers to be left-aligned, but the values in the
columns should be centered or right-aligned..

and... i wonder where you experts get your knowledge from...
i can hardly believe that this comes right out of the "reference"
because i find it quite hard to get an overview... am i missing
something? i´d like to go much deeper than i am now (okay, just
experiencing for one day now, but what i have seen for now
is really impressing to me. thanx for the good work so far!!)

yves
yves
October 28,

Setting text alignment for one column, one header -
.active-column-2 {text-align: right;}
    .active-scroll-top .active-column-2 {text-align: left;}


All headers:
.active-scroll-top .active-templates-header {text-align: left;}


If you want to understand better the internal composition of the grid - try to look at it using Mozilla/Firefox DOM Inspector tool (very useful!). It will show you all class names attached to each HTML element.
Alex (ActiveWidgets)
October 28,
THANKS A LOT!
October 29,

This topic is archived.

See also:


Back to support forum