【问题标题】:Header getting over the page content标题越过页面内容
【发布时间】:2015-04-02 17:10:44
【问题描述】:

我的页面顶部菜单有问题。它不断超越页面的其余部分。在这里您可以更好地了解问题。 http://blog.sondortravel.com/albania-to-macedonia/ 有什么想法吗?

【问题讨论】:

    标签: html css wordpress


    【解决方案1】:

    去掉这个样式

    .content {
        margin-top: -46px;
    }
    

    【讨论】:

      【解决方案2】:

      你需要去掉margin-top: -46px;在您的样式表中。

      行:style_dynamic.css 中的 46

      我真的不认为这属于堆栈溢出。

      【讨论】:

        【解决方案3】:

        更改您的 div.content。
        当前:

        <div class="content " style="min-height: 586px; padding-top: 0px;">
        

        新:

        <div class="content " style="min-height: 586px; padding-top: 0px; margin-top: 20px">
        

        20px 不是必须的。更改您想要的任何值。

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2015-01-30
          • 1970-01-01
          • 1970-01-01
          • 2022-11-18
          • 2015-10-06
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多