I am trying to work out how to decrease the space between my sidebox heading and the content below (see Search and Currencies over here
I managed to move the headers over to the right by doing this:
And I experimented with top and bottom padding definitions there also but it didn't work...PHP Code:#currenciesHeading, #searchHeading {
padding-left: 2em;
}
Can anyone please help me?
I think I need to hire someone to make these changes and clean up my awful CSS mess!



