在移动设备上的WordPress表中没有响应

时间:2019-02-20 15:52:24

标签: html css wordpress html-table

我们有这个网站: https://maquinasdesoldar.top/

在页面的大约一半处,您看到此表: enter image description here

但是当网站具有移动大小时,它会从屏幕上溢出。

奇怪的是,如果我使用控制台编辑器并删除thead元素,那么表的其余部分就可以了。

enter image description here

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

在表格规则上使用table-layout: fixed属性。