Text Area 2

  • Author
    Posts
  • #36256
    jCm

    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
    #36292
    Zed
    Cryout Creations mastermind

    Try

    body #front-columns-box {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #36340
    jCm

    Perfect! Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Text Area 2’ is closed to new replies.