Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Geovane F. Anjos

Problema com header [afastou só]

Recommended Posts

Eu to com um problema na imagem abaixo aparece o header certo eu estava fazendo um tema quando de repente abriu um espaço logo no começo assim que coloquei o conteiner no inicio do Index .

 

http://imgur.com/M1Dioxu -IMG AKI

segui o código css - e php.

 

CSS

*{
margin:0px;
padding:0px;
}
.container{
position:relative;
width:1000px;
margin-left:123px;
}
PHP
INDEX
<?php get_header(); ?>
<div class="container">
<?php
if (have_posts()) : while (have_posts()) : the_post();
?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php
endwhile;
else:
?>
<p>Nenhuma Post foi Encontrado.</p>
<?php
endif;
?>
<div>
PHP
Header
<html>
<head>
<title><?php bloginfo('name') ?> - <?php bloginfo('description') ?></title>
<meta name="generator" content="wordpress <?php bloginfo('version'); ?>" />
<meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?> <?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" media="all" type="text/css" />
<link rel="alternative" type="aplication/rss+xml" title="RSS2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternative" type="txt/xml" title="RSS .92" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternative" type="aplication/atom+xml" title="Atom 0.3" href="<?php bloginfo('rss2_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div class="header"></div>
<div class="menu"></div>
Como fazer para tirar esse espaço.

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.