无法将菜单和标题图像居中

时间:2014-03-27 作者:Cyril Joyce

我在西里尔·乔伊斯有一个非常简单的网站。关于2012年主题的com

我创建了一个子主题来将标题和菜单栏居中,但似乎无法使其正常工作。子主题文本如下

底部的线条用于使标题图像居中,但当我更改网站上的菜单时,它停止工作。

/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://cyriljoyce.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Cyril Joyce
Author URI:     http://cyriljoyce.com/about/
Template:       twentytwelve
Version:        0.1.0
*/
@import url("../twentytwelve/style.css");

.header-image { margin-left: auto; margin-right: auto; display:block; }

1 个回复
SO网友:Farzad

要使菜单居中,只需编辑此css代码:

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    text-align: left;
}
收件人:

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    text-align: center;
}

结束

相关推荐

How to add taxonomy in menus?

书籍(自定义帖子类型)小说(税)科学(税)历史(税)--书籍体裁(税务)小说(术语)科学(学期)历史(学期)以下哪一项是做这件事的“好方法”?对于前一个(这是我目前在管理菜单中的功能,我为每个功能都提供了“register\\u taxonomy”功能),我无法选择要在菜单中显示的“Tax”。而对于后者,我可以将它们添加到菜单中,只需要一个“register\\u taxonomy”函数。