Forums

[resolved] Lower nav bar and search box (4 posts)

  1. mike@news-splash.com
    Member
    Posted 3 years ago #

    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

  2. ClaytonJames
    Member
    Posted 3 years ago #

    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.

  3. mike@news-splash.com
    Member
    Posted 3 years ago #

    @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?

  4. mike@news-splash.com
    Member
    Posted 3 years ago #

    I have now sorted out this problem - Tx

Topic Closed

This topic has been closed to new replies.

About this Topic