i cant make my header wider than 400px!
-
ok… so here is what is going on… i am making a blog for and i am building a blog on wordpress to match the site… everything is good, except i cannot make the header wider than like 350 px. or 400px. i originally used the rio theme, here is a link to that https://www.bestwpthemes.com/rio/… i have the blog on my localhost, so i cannot put a link to it, but the problem is with the code of that theme itself… i hope… so can someone dig in there and tell me what i am doing wrong?
plus… i saw that there is the width and height tags that i can change… i change them, and it will make the header taller, shorter or more thin, it wont make it wider than 350 px.
Really appreciative,
Steve moorealso, here is the code to the header.php file if you dot want to download the theme
<!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 –>
<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_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?></head>
<body>
<div align=”center”><br class=”break” />
<!– Code is very pretty literature. –>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/header.jpg” alt=”Marcel Winatschek’s Tokyopunk” width=”350″ height=”150″ /></div>
<div id=”post” align=”center”><img src=”<?php bloginfo(‘template_directory’); ?>/images/spacer.gif” width=”1″ height=”10″ alt=”” /></div>
<div align=”center”>
blog | about me | photos | favourites | links | email | info</div>
- The topic ‘i cant make my header wider than 400px!’ is closed to new replies.