php - Wordpress 格式问题

标签 php css wordpress

我正在使用我在知道开发​​人员失踪几个月之前购买的主题构建网站。 该主题有一个可以转换广告的区域。好吧,当我添加代码时,似乎存在重叠问题。 这是图片http://i.imgur.com/E2lDzyT.png [1] 我猜我对代码没问题,因为我可以通过查看页面源代码来计算出 9/10 次。但我一直试图弄清楚这个问题有一段时间了。 如果有人能解决它,我将永远欠你的债。所以基本上为我解决它,我会给你我的长子! -扎克

这是来自 chrome 页面源代码的样子。这是底部广告横幅的区域。

  </div>

              <div class="ad728"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Bottom Banner -->
<ins class="adsbygoogle"
     style="display:inline-block;width:728px;height:90px"
     data-ad-client="ca-pub-1255317832671"
     data-ad-slot="586143129"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>

</section>

<section class="container main border-radius">

  <div class="padding-both">

  <div class="twelve columns">
    <div>
      <div class="description">
        <div class="title-special border-radius" style="margin-bottom: 10px;">
          <div class="padding-10">
            Game description          </div>
        </div>
        <div class="padding-10">

最佳答案

使用 CSS:

 .ad728{
          clear:both;
  }

enter image description here

enter image description here

enter image description here

关于php - Wordpress 格式问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20988798/

相关文章:

php - 在 PHP 中使用 CURL 通过 REST API 在 JIRA 中添加问题

css - 隐藏的链接在 Android 浏览器上仍然可以点击

javascript - 如何将选定的下拉项保存到数据库表

php - 使用 php 的选择标签形式从一个表中选择并将其插入到另一个表中

php - 我如何使用 PHP 将 sql 属性回显到 HTML 表

javascript - 我用于更改 css 的 javascript 脚本似乎无法正常工作

jquery - 使用 CSS 或 jQuery 转换表格单元格内容

javascript - slider 加载问题

javascript - 将两个不同的 <div> 标签附加到两个不同的 <image> 标签

php - 我可以在 WordPress 中使用什么操作来在保存或更新自定义帖子时触发?