Bir türlü yeni temanın header'ındaki kaymaların önüne geçemedim.
Sizden ricam bu kaymanın sebebi nedir. Kodları vericem. bir bakarsanız.
Home-Hakkımda vs. o alan üstteki logoyla ortalanması gerekir.
Kayma ;

Kodlar ;
<!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'); ?>" />
<meta name="description" content="custom wordpress theme by Moses Francis" />
<meta name="keywords" content="<?php bloginfo('description'); ?>" />
<meta name="copyright" content="<?php bloginfo('name'); ?>" />
<title>
<?php if ( is_home()) { ?>
<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>
<?php } else { ?>
<?php bloginfo('name'); ?>
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?>
<?php if (is_tag()) { echo ' : '; UTW_ShowCurrentTagSet('tagsettextonly'); ''; } ?>
<?php endif; ?>
<?php wp_title(' : '); ?>
<?php } ?>
</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="icon" href="<?php bloginfo('stylesheet_directory');?>/favicon.ico" type="images/x-icon" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://scott-m.net/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<img src="http://www.alimahmudcelenk.com/wp-content/themes/Pixelate/images/header.png">
<div class="wrap-bottomh">
<div class="navigator">
<ul>
<li id="<?php if (is_home()) { ?>home<?php } else { ?>page_item<?php } ?>"><a href="<?php bloginfo('url'); ?>" title="Home">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>
<div class="rss-navs"><a href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> Posts RSS Feed" rel="alternate" type="application/rss+xml"> </a></div>
<div class="feed-panel"><a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/fd.gif" alt="feeds" border="0" /></a></div>
</div>
</div>
</div>
<div id="wrap">
<div id="container"><!-- maximize the content possibility for customize -->