Shifting journal entries downwards
Free account users do not have the ability to add a banner image directly to their journals, so they will have to use a background and shift their journal entries downwards to achieve the banner effect. The following code will show you how to use overrides to shift your journal entries downwards.
GLOBAL_HEAD<= <style type="text/css"> <!-- body { margin-top: 300px !important; } --> </style> <=GLOBAL_HEAD
To change how far your journal entries are shifted downwards, change the highlighted value. The example will shift your journal entries downwards by 300 pixels.
To complete the banner effect, you will need to add and position your background image. A tutorial on doing this is available here.
Note that you should always merge your GLOBAL_HEAD overrides so that they function correctly. Information is available here.
(Read comments)
|