On my pages the paragraphs are not chunking like they do on post pages. Have a look: http://nverted.net/about
I have looked and looked for a solution
On my pages the paragraphs are not chunking like they do on post pages. Have a look: http://nverted.net/about
I have looked and looked for a solution
Because your stylesheet says this:
.entrybody p {
margin-bottom:15px;
text-align:left;
}
while on your Pages you do NOT have "entrybody" div, only "entry" div. What it means: your Pages behave exactly as told them by your own stylesheet. So, what else do you expect?
Thanks. Just missed something simple.
This topic has been closed to new replies.