Line up images

We are having a hard time getting the right css to line up the images in the middle content section of this page: http://www.cafepharma.com/marketplace/. We want all of the images to be aligned horizontally.

Thank you for any suggestions.

Try adding:

vertical-align: top;

to your table cells:

.page-main table td{}
1 Like

That does it. Thank you for your help.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.