Thread Starter
clippo
(@clippo)
oh yeah, how do I get a space between the banners and the header too?
I designed the new header with a white space at the top but the header space size is set too small so it crops this bit off…. how does one change the size of the header image space?
(I’ve gone into the code editor and can’t find this anywhere).
Don’t edit the Twenty Ten theme. Instead create a child theme for your changes.
Thread Starter
clippo
(@clippo)
Thanks! OK…. so assuming I do that, how do I replace the tagline and get the line space in place.
By creating a customised copy of header.php in the child theme. You would need to replace <div id="site-description"><?php bloginfo( 'description' ); ?></div> with the markup for your image. Then adjust the child’s CSS to suit.
Thread Starter
clippo
(@clippo)
thanks… looking at header.php I can see that line, it appears as:
<div id="site-description"><?php bloginfo( 'description' ); ?></div><?php echo adrotate_group(1); ?></blockquote>
this confuses me (like I say I am crap with code!)as doesn’t this suggest my adrotate display is already in there somewhere?
Say my second adrotate display was adrotate_group(2), where shoudl that go?
You really need to ask the developer of the Ad Rotate plugin these questions.