移动到响应式模板时遇到问题

时间:2013-11-02 00:30:05

标签: html wordpress responsive-design wordpress-theming

我正在尝试通过hostgator使用wordpress add来将我的网站www.trickmypup.org更新为响应主题(“前锋”)。我面临的问题是当我切换到响应式主题时,我的页面上的表格:基本,简单,中等和硬盘完全搞砸了。

我有办法为这些照片设置最大图像尺寸吗?或者是一个代码,它将保持与我现在类似的格式?

1 个答案:

答案 0 :(得分:0)

您可以尝试在表格中设置固定宽度。

而不是100%:

<div class="entry-content">
        <table style="background-color: #ffffff;" width="100%" border="1" cellspacing="3" cellpadding="3">

您可以尝试以像素为单位进行设置。例如570px;如图所示:

<div class="entry-content">
        <table style="background-color: #ffffff;" width="570px" border="1" cellspacing="3" cellpadding="3">