Suporte » Temas » Centralizar Tema no IE

  • Como faço para centralizar o tema que fiz no Internet Explorer?

    O layout estava todo ok quando o fiz, mas depois que passei ele para o WordPress, ele não ficou centralizado no ie.

    Já coloquei o:

    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/iee.css" />
    <![endif]-->

    Criei uma div que juntava todas as outras divs e coloquei:
    #wrapper{width:960px; margin:0 auto; padding:0;}

    Mas nada faz com que meu tema fique centralizado no ie. Alguém sabe como resolver isso?!

    Aqui está meu css, bem simples.

    *{margin:0; padding:0;}
    
    body{background-color:#d0dee1; font:normal 12px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;} 
    
    #wrapper{width:960px; margin:0 auto; padding:0;}
    
    .header-conteudo{margin:0 auto; width:960px; height:56px; background-color:#000;}
    
    .content{width:960px; margin:0 auto;}
    .logo{padding:20px 0 20px 0; height:80px; width:380px; float:left;}
    .slider{width:940px; height:310px; padding:10px; background:#fff; border: solid 1px #666666; float:left;}
    .sidebar{float:left; width:260px; height:550px; background:#fff; border: solid 1px #666666; margin:10px 10px 10px 0;}
    .conteudo{float:left; width:688px; height:550px; margin:10px 0;}
    .informativo{float:left; width:688px; height:350px; background:#fff; border: solid 1px #666666; margin-bottom:10px;}
    .indicadores{float:left; width:688px; height:188px; background:#fff; border: solid 1px #666666;}
    
    .footer-conteudo{background-color:#000; width:960px; height:280px; float:left;}
    .acesso-restrito{float:left; width:280px; height:230px; margin:10px 0; background-color:#CCC;}
    .onde-estamos{float:left; width:660px; height:230px; margin:10px 0 10px 20px; background-color:#CCC;}
    .copyright{float:left; width:960px; height:30px; background-color:#CCC;}

    Me ajudem, por favor.

Visualizando 5 respostas - 1 até 5 (de um total de 5)
Visualizando 5 respostas - 1 até 5 (de um total de 5)
  • O tópico ‘Centralizar Tema no IE’ está fechado para novas respostas.