• Resolved mikenews-splashcom

    (@mikenews-splashcom)


    Can someone possibly help with a problem I’m having with my info-nc.com site? I have put my own jpg in the header and I don’t want to change it. I do need to move the nav bar and search bar down, either to just below the header or to the bottom of the header. I’m using inove in wp 2.7.1. You can see what I mean at info-nc.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • either to just below the header or to the bottom of the header

    Try this;

    #header {
    background: #FFF url(img/header_footer.jpg) 0 0 no-repeat;
    height:204px;
    }

    #navigation {
    margin:84px 0;
    }

    Note the addition of the white header background, and the height and margin differences. It looked ok in firebug, but you’ll need to actually test it to see if if works in all browsers.

    The original image was also both the footer and the header images. Your footer will be missing without a new image.

    Thread Starter mikenews-splashcom

    (@mikenews-splashcom)

    @claytonjames
    Thanks – that did the trick but it pushes my sidebar down to below the last posting. Any idea what I change to eliminate that?

    Thread Starter mikenews-splashcom

    (@mikenews-splashcom)

    I have now sorted out this problem – Tx

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lower nav bar and search box’ is closed to new replies.