This is the code I’m using in home.php…
<?php if (is_home()) { ?>
<div class=post>
<h2>Heading</h2>
MY TEXT
</div>
<?php } ?>
Thanks!!!
]]>borra las “”
]]>#footer {
….
}
.nav {
width:940px;
….
}
I tried to set text-align:center; in both with no success. Well, setting center in footer actually do center elements but since it contains the “.nav”, sized 940, no visual change can take place.
So I set center align in .nav, even trying to reduce the width but no success at all.
.nav, as far as I know, is the actual menu assembled sequentially, with right space after each entry.
If you spot some solution I’d be glad to know 🙂
]]> Text 1
More text
class=”post” “center” style=”width:940px; margin:0 auto”
and the text…