Lack of interest Add contentRow-main--center class

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Nulumia

Well-known member
Very simple. The block-rowMessage class, for example, has the optional block-rowMessage--center to make text centered within.

Suggestion to add this to the contentRow-main class, such as near contentRow-main--close in core_contentrow.less:

Less:
.contentRow-main
{
    ...

    &.contentRow-main--center {
        text-align: center;
    }
    &.contentRow-main--close
    {
        ...
}

This would allow making nice widgets and other structural content while using XF semantically correct classes.
 
Last edited:
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Back
Top Bottom