How can I change the header size and content width in the Highwind theme?
-
I have the CSS upgrade, I’d like to decrease the height of the header and also change the content width of posts. The text for the titles of posts is so large the titles go on 2-3 lines so I’d like to increase the content width. If that’s not possible then changing the font size could work instead?
Hope you can help. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Howdy!
Regarding changing the height of the header, you should be able to do that with the following CSS:
header#masthead.header.content-wrapper { min-height: 70px; } .header { padding-top: 6.0em; }You can paste that above code in Appearance -> Customize -> CSS.
With regards to changing the content width of posts, that’s going to be a bit trickier. When you increase the column size of the content area past a certain width, it automatically bumps the sidebar widgets down to another page. On individual pages (not post) like your “About” page here:
You can choose “Full Width” under the Page Attributes as shown here:
That will make the individual page full width. For posts, you would need to use custom CSS. If you would like to do this, your best bet is to post your question to the CSS forum:
https://en.forums.wordpress.com/forum/css-customization
We have CSS gurus that monitor that forum and can provide more complicated CSS support.
Instead, if you just want to change the font size, you can do that through Appearance -> Customize -> Font. This is explained a bit more here:
http://en.support.wordpress.com/custom-design/#custom-fonts
Can you give that a try and let me know if it works for what you’re looking for?
-
Made the change for the header and found the answer for the content width on the CSS forum. All worked great! Thank you so much :)
-
- The topic ‘How can I change the header size and content width in the Highwind theme?’ is closed to new replies.