我已经为我的WordPress主题添加了一个自定义标题,我无法将其置于中心位置。我想将位置设置为底部中心,但我添加的CSS不会覆盖它。什么是改变立场的正确方法?
谢谢!
答案 0 :(得分:0)
Try this code.
<div>
<header class="site-header" itemscope="" itemtype="http://schema.org/WPHeader" style="width: 50%; margin: 37px auto 0px;">
<div class="wrap">
<div class="title-area">
<h1 class="site-title" itemprop="headline">
<a href="http://meynedesign.com/floral/">Floral Theme</a>
</h1>
</div>
</div>
</header>
</div>