aqaz69
07-17-2008, 08:50 AM
Hi,
My wordpress blog uses the theme fourWPTPv2. For some reason when I replace the default logo with my own gif logo it is no longer centered from top to bottom of the header. How can I get it to move down a little. My site is mmavideopost.com and my header.php looks like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?><?php bloginfo('name'); ?><?php if ( is_single() ) { ?> : Blog Archive <?php } ?><?php if (is_tag()) { echo ' : '; UTW_ShowCurrentTagSet('tagsettextonly'); } ?><?php wp_title(':'); ?><?php else: ?><?php wp_title(); ?> <?php bloginfo('name'); ?>: <?php bloginfo('description'); ?><?php endif; ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<meta name="keywords" content="wordpress theme, wpthemesplugin, wordpress skin, 4 column wordpress theme, red and white wordpress theme, seo friendly wordpress theme, white wordpress theme" />
<meta name="designer" content="Moses Francis" />
<meta name="coder" content="rkcorp" />
<meta name="support" content="http://www.wpthemesplugin.com" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="wrap_fixed">
<div id="container_fixed">
<div id="header_fixed">
<div class="right_header_fixed"></div>
<div class="left_header_fixed"></div>
<div class="middle_header_fluid">
<div class="top_header">
<div id="banner_468_60"><img src="<?php bloginfo('stylesheet_directory');?>/images/banner_placement.gif" alt="banner" /></div>
<div id="logo_placement"><a href="<?php echo get_settings('home'); ?>"><img src="<?php bloginfo('stylesheet_directory');?>/images/mmavideopost_trans.gif" alt="logo" border="0" /></a></div>
</div>
<div class="header_navigator">
<div class="rssfeeds"><a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('stylesheet_directory');?>/images/rssfeed.gif" alt="feeds" width="85" height="24" border="0" /></a></div>
<div id="searchbox">
<form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<p><input name="s" type="text" class="searchfield" value="<?php the_search_query(); ?>"/></p>
<p><input name="search" type="image" src="<?php bloginfo('stylesheet_directory');?>/images/search.gif" class="sbmbutton" alt="search" /></p>
</form>
</div>
<div id="main_nav">
<ul>
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<li><a href="http://mmavideopost.com/about/">About</a></li>
<li><a href="http://mmavideopost.com/instructional-videos/">Instructional Vids</a></li>
<li><a href="http://mmavideopost.com/Contact-Us">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
THANKS!
My wordpress blog uses the theme fourWPTPv2. For some reason when I replace the default logo with my own gif logo it is no longer centered from top to bottom of the header. How can I get it to move down a little. My site is mmavideopost.com and my header.php looks like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?><?php bloginfo('name'); ?><?php if ( is_single() ) { ?> : Blog Archive <?php } ?><?php if (is_tag()) { echo ' : '; UTW_ShowCurrentTagSet('tagsettextonly'); } ?><?php wp_title(':'); ?><?php else: ?><?php wp_title(); ?> <?php bloginfo('name'); ?>: <?php bloginfo('description'); ?><?php endif; ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<meta name="keywords" content="wordpress theme, wpthemesplugin, wordpress skin, 4 column wordpress theme, red and white wordpress theme, seo friendly wordpress theme, white wordpress theme" />
<meta name="designer" content="Moses Francis" />
<meta name="coder" content="rkcorp" />
<meta name="support" content="http://www.wpthemesplugin.com" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="wrap_fixed">
<div id="container_fixed">
<div id="header_fixed">
<div class="right_header_fixed"></div>
<div class="left_header_fixed"></div>
<div class="middle_header_fluid">
<div class="top_header">
<div id="banner_468_60"><img src="<?php bloginfo('stylesheet_directory');?>/images/banner_placement.gif" alt="banner" /></div>
<div id="logo_placement"><a href="<?php echo get_settings('home'); ?>"><img src="<?php bloginfo('stylesheet_directory');?>/images/mmavideopost_trans.gif" alt="logo" border="0" /></a></div>
</div>
<div class="header_navigator">
<div class="rssfeeds"><a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('stylesheet_directory');?>/images/rssfeed.gif" alt="feeds" width="85" height="24" border="0" /></a></div>
<div id="searchbox">
<form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<p><input name="s" type="text" class="searchfield" value="<?php the_search_query(); ?>"/></p>
<p><input name="search" type="image" src="<?php bloginfo('stylesheet_directory');?>/images/search.gif" class="sbmbutton" alt="search" /></p>
</form>
</div>
<div id="main_nav">
<ul>
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<li><a href="http://mmavideopost.com/about/">About</a></li>
<li><a href="http://mmavideopost.com/instructional-videos/">Instructional Vids</a></li>
<li><a href="http://mmavideopost.com/Contact-Us">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
THANKS!
