In my catalog display, I want the title to be below the image, I can't find it in the admin, and I can't see what I need to move in the php code to get this to work.

It's quite simple, I wan't the sections to look like this
[Image]
[Title]
[Price]

Instead of this
[Title]
[Image]
[Price]

I have a column display set up, but I cannot figure out how to do something that should be so easy to do.

Are the elements being returned in an array from PHP and all I need to do is rearrange the elements? Is there a displayorder setting that I am missing?

Please help, I have been trying to decipher the responses in this forum for hours now and am getting nowhere.