|
[05 Dec 2004|10:32pm] |
Using the sample code will center the content tables and will make the content tables roughly half the width of the screen. To change the width of the content tables you would change the percentage value highlighted in yellow. To change where on the screen the content tables appear you would change the percentage values highlighted in orange. If these two numbers are equal than your journal content will be centered.
In the above example, to shift the content to the right you would use margin-left: 50% and margin-right: 0; to shift the content to the left you would use margin-right: 50% and margin-left: 0.
This override uses GLOBAL_HEAD to change
|
|