产品描述在 magento 上无法正确显示

发布于 2024-10-27 09:05:00 字数 294 浏览 1 评论 0原文

我在修复 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-11-03 09:05:00

您需要将其更改

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

为:

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

或将 .clear 规则添加到您的 CSS 中。

You need to change this:

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

to this:

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

Or add a .clear rule to your CSS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文