Quote Originally Posted by Cyan View Post
I did that, but only thing thats moving downwards are products, not title...

If you find this block of code in your stylesheet:

Code:
#mygalone{overflow:hidden;}
and add your margin like this:

Code:
#mygalone{overflow:hidden; margin: 0 0 55px 0;}
then your title moves down away from your slider images.


Hope this helps.