Search found 4 matches

For me this made my panel text center.

Code
<style>
td, .Center_All{
text-align:center;
}
</style>



And this made my panels go center.

Code
<style>#leftcolumn {margin-left:165;} #rightColumn {display:none;}</style>