For non-Plus accounts using Generator, and all accounts using Clean and Simple, the following will make the content tables thinner and allow you to realign them--
GLOBAL_HEAD<=
<=GLOBAL_HEAD
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 all four page views; the results might not be as expected for some friends views. You can also use this override with the individual page views.
Note: Plus accounts using Generator need to modify the override as shown below, to adapt it to the structure that the ads require. Note that for Paid and Permanent account holders, the page will display incorrectly, if this override is used. You may wish to switch to the
S2 version of Generator, if you would like to ensure consistent look for all the visitors.
GLOBAL_HEAD<=
<=GLOBAL_HEAD
Variable Reference:
GLOBAL_HEAD
Additional References:
Merging Your GLOBAL_HEAD What are overrides? How do they work?
Only one override is permitted for each specific override block.
If you are currently using a GLOBAL_HEAD override to accomplish other customizations,
this would need to be combined with that existing override.
contributed by
girl_from_mars