Problems with header on Zinmag Futura theme
-
Zinmag Futura theme.
My website with the theme.
I would like to get rid of the “Middle row” text on my header as well as the search box. I thought I had learned how to do but I seem to mess it up every time I try.
Is there something in the Header or Style sheet that I should be deleting?
Also there is some space between the header image and the Feed and Date image at the top. How would I get rid of that?
Finally, the header seems cropped on the right side or “sqeeezed” in. How is this corrected?
Thanks for everyone’s help.
HEADER INFORMATION
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<meta name=”description” content=”<?php bloginfo(‘description’) ?>” />
<meta name=”keywords” content=”” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”all” />
<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’); ?>” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/glide.css” media=”screen” />
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/glide.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/tabber.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/slider.js”></script>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/example-print.css” media=”print” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/example.css” media=”screen” />
<script type=”text/javascript”>/* Optional: Temporarily hide the “tabber” class so it does not “flash”
on the page as plain HTML. After tabber runs, the class is changed
to “tabberlive” and it will appear. */document.write(‘<style type=”text/css”>.tabber{display:none;}</style>’);
</script><script type=”text/javascript”><!–//–><![CDATA[//><!–
sfHover = function() {
var sfEls = document.getElementById(“menu”).getElementsByTagName(“LI”);
var sfEls = document.getElementById(“catmenu”).getElementsByTagName(“LI”);
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=” sfhover”;
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
}
}
}
if (window.attachEvent) window.attachEvent(“onload”, sfHover);
//–><!]]></script><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?></head>
<body>
<div id=”wrapper”>
<div id=”topbar”>
<div id=”dates”><?php echo date(‘l, F j, Y’); ?></div></div>
<div id=”top”>
<div class=”blogname”>
<h1>/” title=”<?php bloginfo(‘name’);?>”><?php bloginfo(‘name’);?></h1>
<h2><?php bloginfo(‘description’); ?></h2>
</div>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?></div>
<div id=”foxmenucontainer”>
<div id=”menu”>- “>Home
<?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’); ?>
</div>
</div><div id=”catmenucontainer”>
<div id=”catmenu”>-
<?php wp_list_categories(‘sort_column=name&title_li=&depth=2’); ?>
</div>
</div><div id=”casing”>
- The topic ‘Problems with header on Zinmag Futura theme’ is closed to new replies.