开发者

product description not displayed properly on magento

开发者 https://www.devze.com 2023-02-19 19:59 出处:网络
I\'m having trouble fixing the product description display on my magento store. It displays just fine with chrome. However, i开发者_如何学运维t is coming on top of the product details in firefox. Have

I'm having trouble fixing the product description display on my magento store. It displays just fine with chrome. However, i开发者_如何学运维t is coming on top of the product details in firefox. Have a look: http://www.chefmaha.com/index.php/default/dessert/cream-filled-basboosah.html

Any idea how to fix this?

Thank you.


You need to change this:

<div class="clear"></div>

to this:

<div class="clearer"></div>

Or add a .clear rule to your CSS.

0

精彩评论

暂无评论...
验证码 换一张
取 消