admin管理员组文章数量:1316658
I want to expand the main header across the full width of the page. Currently, the surrounding colour block around the text box, seems to stretch above the top menu bar on the right, and it looks irregular. So I need to expand the main header across, which therefore includes the top menu bar. I am using Wordpress Twenty Fourteen.
I want to expand the main header across the full width of the page. Currently, the surrounding colour block around the text box, seems to stretch above the top menu bar on the right, and it looks irregular. So I need to expand the main header across, which therefore includes the top menu bar. I am using Wordpress Twenty Fourteen.
Share Improve this question asked Nov 9, 2020 at 13:59 Stephen DenmanStephen Denman 111 bronze badge1 Answer
Reset to default 0The Twenty Fourteen theme uses max-width
to limit the content and header. You can navigate to Appearance > Customize > Additional CSS and add in the following CSS:
.site,
.site-header {
max-width: none;
}
本文标签: customizationHow Do I Remove The Right Hand Block On The Main Header
版权声明:本文标题:customization - How Do I Remove The Right Hand Block On The Main Header? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742007404a2412239.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论