Hello,
I have built my own theme, but now I have a problem with centering the template. In Internet Explorer the whole site is one the right and in Firefox & Opera the front and single page are centered but others such as Category pages and archive page are on the right too.
I also wrapped the entire template I did:
<div id="perre"> in header.php after <body>
</div> in footer.php before </body>
and in CSS:
#perre{
width:950px;
margin:0 auto;
text-align:right;
}
But still not working.
here is my site http://www.kirte.info
Thanks,