我在西里尔·乔伊斯有一个非常简单的网站。关于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; }