Hi MarioF,

If you want to display text at top then you have to set style " vertical-align:top;" for respective td.

And iff you want to set it for all td then add it to ecommain.css line no 84

{code}

th, td {padding:.2em 1em;text-align:left;vertical-align:top;}

{code}


Thanks & Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548


MarioF wrote:
Any idea? I cannot move the text information in the product detail. Although
we have <td align="right" valign="top"> the information appears down left.



MarioF wrote:
Hi all,

In the product detail view the product's image and the product's info are
not good aligned.

We can see this here:

 http://ofbiz-vm.apache.org/ecommerce/products/PROMOTIONS/p_ENCHILADAS
http://ofbiz-vm.apache.org/ecommerce/products/PROMOTIONS/p_ENCHILADAS
And here:

 http://ofbiz-vm.apache.org/ecommerce/products/PROMOTIONS/p_PC001
http://ofbiz-vm.apache.org/ecommerce/products/PROMOTIONS/p_PC001

The text of, for example, Enchiladas is not at the same vertical position
that the photo. This makes an ugly blank space under the product photo. I
tried to move the text information to the top, but when I go to
productdetail.ftl I see this:

<td align="right" valign="top">

So, why is it this happening? Anyone knows how to fix this?

Thanks in advance,
Mario.




Reply via email to