S1lv3rdo7
Regular Member
- Jul 17, 2010
- 486
- 325
I'm trying to center a logo on the top of a wordpress blog. The theme is simple press. I went into the header.php and tried to adjust it, but it just moves it further to the right.
I won't post the url because I don't want someone saying I'm just trying to advertise. Thanks for any help you guys can offer.
Code:
<div class="wrapper">
<a href="<?php bloginfo('url'); ?>"><?php $logo = (get_option('simplepress_logo') <> '') ? get_option('simplepress_logo') : get_bloginfo('template_directory').'/images/logo.png'; ?>
<align=center><img src="<?php echo esc_url($logo); ?>" alt="Logo" id="logo"/></a></align>
<div id="navwrap">
<span class="nav_top"></span>
<?php $menuClass = 'nav superfish';
I won't post the url because I don't want someone saying I'm just trying to advertise. Thanks for any help you guys can offer.