在你的2011年child theme (不要编辑主主题!)新建header.php
文件,从父主题复制内容,并替换此部分:
<body <?php body_class(); ?>>
<div id="page" class="hfeed">
…像这样:
<body <?php body_class(); ?>>
<div style="background:#345;color:#eee;padding:10px 20px;margin:0 -2em">Hello</div>
<div id="page" class="hfeed">
但将CSS移动到
style.css
, 并调整媒体查询中的样式,因为
body
没有
padding
在较小的窗口中,您必须删除负片
margin
然后