I have a large white space above the posts on the presentation page. Fire bug shows:
<div id="front-columns-box">
<div id="front-columns" class="ppbox"> </div>
</div>
I’ve tried adding the following css:
/* Nirvana Custom CSS */
#front-columns-box {
display: none;
}
#front-columns .ppbox {
display: none;
}
but the space is still there. Any ideas on how to remove these div’s?
-
This topic was modified 8 years ago by Zed. Reason: code markup