Hi
Have just started a wordpress website using the twenty twelve theme.
I want to change the space above the header (margin/wrapper) as it is too deep. Problem is where do I alter the code?
I have created a child style.css file in the hope of fixing the problem. Using the following code:
.site-header { padding: 0px 0; padding: 0.0rem 0; } body { margin-top: 0px 0; }
Have been asking on wordpress forum and I understand that twenty twelve is a little different from twenty ten and twenty eleven as changing the format is not so easy.
Any help would be gratefully appreciated.
Resolved!
Thank you
For the follow-up and the link.
cheers,
gary
All WP themes follow same
All WP themes follow same principles of template hierarchy, twentytwelve being no different only in it's template part includes and approach to building some of the views, it's actually a better example to follow than twentyeleven which had a fit of breaking everything up into too many includes, but all that doesn't affect how a child theme interacts so styling at a basic level still rests with style.css and style overrides, although better is to create a true standalone theme using 2012 as example to follow.