Turning off centred text

Re: Turning off centred text

by Jay Pfaffman -
Number of replies: 0
It's not that simple.  Since the editor thinks that left-justified is the default, just clicking on left-justified doesn't do it.  You have to first click on center (or right) and then on left.

A better fix is to edit cvs:/theme/standard/styles_layout.css there and add

.generalboxcontent {
    text-align:center;
}

It may be that this should be .generalbox#content , but the code currently sends a style="generalboxcontent", so this fixes things.

It doesn't matter (technically) where this code goes in the file.

I just posted this to bug 3383