You are here:  » prices.php Table Formatting


prices.php Table Formatting

Submitted by ChrisNBC on Wed, 2013-09-11 10:01 in

Hi David,

Hope all is going well.

Wonder if you might be able to help me with an issue I have with prices.php table formatting. As you know I have expanded the dB schema and added new fields to display in the table. All of this went to plan except that I have been unable to use the top portion of each table row. I have made every change I can think of within the default.css and have also spent a large amount of time 'tweaking' the prices table to try to see what's causing the space.

To give you an example my page now looks like this:

{link saved}

I wondered if you might be able to suggest what could be causing the space at the top of each rows?

Thanks in advance.

Regards
Chris

Submitted by support on Wed, 2013-09-11 11:45

Hi Chris,

It looks like image vertical alignment... In your CSS, try adding

.prices img {
  vertical-align: text-bottom;
}

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by ChrisNBC on Wed, 2013-09-11 12:51

Hi David,

Thanks for the quick response. I added the css above to the default file but nothing changed so I replaced 'bottom' with 'top' and it's now working perfectly!

Thanks again.

Best regards
Chris