Temanın kısım ile ilgili css kodu:


/* 2.3 Header */
#header { height: 100px; padding: 10px 0; z-index: 999; }
.header-ad { background: #fff; border: 1px solid #e9e9e9; }

/* Logo */
#text-logo { float: left; }
#site-title { color: #333; font-size: 36px; font-weight: bold; letter-spacing: -1px; line-height: 72px; }
#site-desc { color: #999; float: left; font-size: 12px; font-style: italic; line-height: 40px; text-indent: 15px; }
#site-title a,
#site-title a:hover { color: #555; text-decoration: none; }
#logo { line-height: 1; overflow: hidden; }



Temaya ait header kodu:


>


<?php tj_custom_titles(); ?>













>




$menuID = 'primary-navigation';
$primaryNav = '';
if (function_exists('wp_nav_menu')) {
$primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-nav', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
};
if ($primaryNav == '') { ?>