【问题标题】:How can I center this Wordpress navigation?我怎样才能使这个 Wordpress 导航居中?
【发布时间】:2013-12-30 07:16:48
【问题描述】:

主题作者没有提供帮助,我尝试将 CSS 调整为导航、容器、ul - 没有任何效果。我能得到一些帮助吗?

http://bit.ly/1jQdCrr

【问题讨论】:

    标签: html css wordpress themes styling


    【解决方案1】:

    您需要为顶部导航指定宽度并设置边距。请在下面尝试。

    在您的 style.css

    中进行此更改
    #main-navigation ul {
       margin: 0px 0 0 0;
       padding: 0px 0;
       list-style-type: none;
       width: 865px;
       margin: 0 auto;
    }
    

    希望对你有帮助

    【讨论】:

      猜你喜欢
      • 2018-11-24
      • 1970-01-01
      • 1970-01-01
      • 2021-08-29
      • 2015-02-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多