more "services" and justify

Hello I would like to add one more widget in “service” to my template http://hasefant.de/wordpress/

I included four services widgets, reduce the size and justify to the top editing the css, like this:

#services .widget_illdy_service{
vertical-align: top;
}

.widget_illdy_service{
width: 25%;

}

The problem is that only the first 3 services are justify and the fourht have some strange space above.

Could anybody help me please?

I really really need this

Hi @bardogris,

Try to remove the padding-top, by using this css code:

#services .widget_illdy_service {
   margin-top: 0px;
}

Thanks,

Cristian

Thank you for the fast and usefull answer,

All is correct now.

Regards.

Carlos

You are welcome,

Cristian