space above and below titles of topics in the home page

thanks alot for this magnificent theme
plz how can i change the space above and below titles ogf topics in the home page?

space around title

These uneven paddings comes from some custom implementations or plugins because it is not how it looks by default. But it is not difficult to change it by adding something like this to Theme Options - Other - Custom CSS. You can tweak this code to get the results you were looking for.

.blog #content h2 {
    padding-top: 10px;
    padding-bottom: 0;
}

thanks aloooooooot worked great for me