Min height in article/content but not in post


Author Message
Cees

Posted: 10/26/2011
Quote message 

In /library find wrappers.php.

in wrappers.php line 43:

change
<div class="art-post-body">

into

<div class="art-post-body<?php if (is_page()) { echo ' art-post-page-body'; } else { } ?>">

and then
added in "style.css" the new rule:
.art-post-page-body {
min-height: 800px;
}