I am using Views Gallery module to create photo albums. I don't know whether my question is specific to the module, or to general teaser/frontpage configurations.

The problem is that the teaser for each gallery that appears on the frontpage has the thumbnail image below the description, and wrapped by the "posted by" line, so that it bleeds into the previous teaser and looks like the image is for an earlier post.

Example layout (the way it is now):

Title of newest gallery post
This is the gallery description
text.
----------------------
| . . . . . . . . . . . . . .| Posted by me at 1 pm
| . . . . thumbnail . . .|
| . . . . . image . . . . |
| . . . . . . . . . . . . . .|Title of older post
----------------------
This is the teaser text for the older post.

How do I get either the thumbnail to be wrapped by the description or put the posted by line after the image so that it is clear that the image belongs to the newer post?

Example layout (the way I want it):

Title of newest gallery post
----------------------
| . . . . . . . . . . . . . .| This is the gallery description
| . . . . thumbnail . . .| text.
| . . . . . image . . . . |
| . . . . . . . . . . . . . .|
----------------------
Posted by me at 1 pm

Title of older post
This is the teaser text for the older post.

UPDATE: Fixed
This is just a matter of the order of the fields in the content setup. Go to admin/content/node-type/gallery/fields and change the order of the fields. Putting the Views Gallery fields before the Description field works great.