On one of my pages I need to raise the sidebar up a bit. How can I adjust the position up? I tried entering a negative number like *-10 but that didn't work.
Update:
I changed padding-top to margin-top in the plugin process_templates_complete and that worked. Now I can use negative numbers. The padding-top style specification does not allow negative numbers apparently.
|