产品描述在 magento 上无法正确显示
我在修复 magento 商店中的产品描述显示时遇到问题。它在镀铬下显示得很好。然而,它位于 Firefox 中的产品详细信息之上。看看:http://www.chefmaha.com /index.php/default/dessert/cream-filled-basboosah.html
知道如何解决这个问题吗?
谢谢。
I'm having trouble fixing the product description display on my magento store. It displays just fine with chrome. However, it 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将其更改
为:
或将
.clear
规则添加到您的 CSS 中。You need to change this:
to this:
Or add a
.clear
rule to your CSS.