By clau_bolson on
I have developed my own theme, and as you can see in http://www.hilp.org.ar/node/243 , I get this extra space after each ul opening and closing tag. This doesn't happen if I change themes to, say, Bluemarine. I can't find anything in the CSS to explain this, I have even copied what I though relevant of Bluemarine's template style.css (which, I understand, is the only difference in css between the two templates). It's driving me crazy. Please help!.
Comments
You have nested uls. This is
You have nested uls. This is cool but your css (below)
gives each of these uls a 20px margin on the top and the bottom.
try adding this to your css sheet.
You should get the Firebug extension for Firefox and get familiar with it. This is a great tool for themers.
https://addons.mozilla.org/en-US/firefox/addon/1843
Oh
Oh.
(banging head on desk)
Thanks a lot!
you are welcome
happy theming