Hi there,
I am brand new to WP and I find myself struggling with coding.
I just changed back my theme to the original Twenty Eleven one (was using Elegant photography before) and I can't center the EasyRotator in my header.
I pasted the code in my header.php as below :
<hgroup>
<h1 id="site-title"><span><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
<?php easyrotator_display_rotator('erc_32_1349376799'); ?>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
I do want it between my site-title and my site-description.
here the site : http://welchfishmongers.co.uk/
Can somebody help me and tell me how to center it ?
Do I need to do anything to the style.css ?
Thanks a lot
Bene
http://wordpress.org/extend/plugins/easyrotator-for-wordpress/
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum's parser.]