Hemingway header trouble
-
Hi, I am using the Hemingway theme for wordpress (the white.css style) and am having a hard time placing a header where I want. I can get the header to appear but cannot stay aligned to the rest of the page. I think I need to somehow change the positioning to relative?
#header{ background-color: #FFFFFF; background-image: url(white/header.jpg); background-repeat: no-repeat; background-position: 15% 15px;
<body> <div id="header"> <div class="inside"> <div id="search"> <form method="get" id="sform" action="<?php bloginfo('home'); ?>/"> <div class="searchimg"></div> <input type="text" id="q" value="<?php echo wp_specialchars($s, 1); ?>" name="s" size="15" /> </form> </div> <h2><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h2> <p class="description"><?php bloginfo('description'); ?></p> </div> </div> <!-- [END] #header -->
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hemingway header trouble’ is closed to new replies.