• vondada

    (@vondada)


    I want to lower the header menu to fit the new height of my header image but I can’t seem to find what code to change in the style.css file.

    Here’s the mockup of the site:

    https://meckystecky.com/main/

    Once I can get it lower, I’ll remove the graphic and reverse out the type in the CSS but I can’t seem to find out what will lower the menu to it’s correct height.

    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Clayton James

    (@claytonjames)

    Try this, and see if it pushes you in the desired direction;

    #navigation {
    	margin:219px 0;
    
    }
    Clayton James

    (@claytonjames)

    Just for grins, what do you think of this?

    #navigation {
    	margin:216px 0;
            background-color:#fff;
            border-top: 1px solid #DEDEDE;
            border-bottom: 1px solid #DEDEDE;
    }
    
    #header {
    	background:url(img/header_footer.jpg) 0 0 no-repeat;
    	height:339px;
    }
    Thread Starter vondada

    (@vondada)

    That did it. Perfectly.

    I knew that I was overlooking something.

    Awesome. Thanks!

    Clayton James

    (@claytonjames)

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘INOVE Theme Header Menu Issue’ is closed to new replies.