Zen Follower
- Join Date:
- Jan 2007
- Posts:
- 145
- Plugin Contributions:
- 0
Remove spacing under sidebox headings... grr CSS...
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:
#currenciesHeading, #searchHeading {
padding-left: 2em;
}
And I experimented with top and bottom padding definitions there also but it didn't work...
Can anyone please help me?
I think I need to hire someone to make these changes and clean up my awful CSS mess!