How to modify columns top margin

Hi Aigars,

I’d like to lower the margin top of the columns, see http://ailaik.it/wp/ …there is too much white space between the text and the slider images. Where can I modify it?

Thanks a lot and congratulation for your amazing themes.
Diana

Hi Dianaricci,

Edit style.css file inside the sparkling folder and find the following:

.post-inner-content

There should be a padding value of 45px and 50px

Change it to:

padding: 3px 50px;

That should solve the problem. Let us know if any further assistance is required.