Geovane F. Anjos 0 Denunciar post Postado Fevereiro 15, 2014 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
João Fernando Cabral 3 Denunciar post Postado Fevereiro 15, 2014 Cara manda o código completo, mas muito provavelmente deve ser do PHP, tenta debugar o código, vai tirando parte por parte, tira uma teste, recoloca tira outra, teste... Compartilhar este post Link para o post Compartilhar em outros sites
Geovane F. Anjos 0 Denunciar post Postado Fevereiro 15, 2014 e na area de container e o codigo esta ai Compartilhar este post Link para o post Compartilhar em outros sites