• Resolved anxo69

    (@anxo69)


    Hi, Im getting a space between my header and content at http://www.markarcaro.com. I removed my nav bar and put it up top, but now I cant find where you remove the space where the nav was. My header.php,

    <div id=”navbar”>

    • “>home
    • <?php wp_list_pages(‘title_li=&depth=1’); ?>

    <div id=”header” onclick=”location.href='<?php echo get_settings(‘home’); ?>’;” style=”cursor: pointer;”>
    </div>

    </div>
    <div id=”wrap”>

    When I removed the 2 </div>’s above the <div id=”wrap”> The space went away but it screwed up the colors of the wrap. Im stumped 🙂

The topic ‘Space between header and content’ is closed to new replies.