• Resolved Empirevaleting1

    (@empirevaleting1)


    Can anyone help me out here please, I am changing my header and i would like my page menu buttons to go under the header. I’ve tryed using firefox and i got it down abit but not right under the header. Can anyone have a look for me and let me know where im going wrong please. site

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Empirevaleting1

    (@empirevaleting1)

    This is the code that i tryed to change but it did’nt go right down

    #access .menu-header ul, div.menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0; i’ve Changed this from 0; to 10;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 13px;
    white-space: nowrap;
    }

    but that still was’nt low enough

    find..

    #header {
    
         background-image: url("images/header.png");
    
         background-repeat: no-repeat;
    
         height: 335px;
    
         margin-left: 30px;
    
         margin-top: 20px;
    
         position: relative;
    
         width: 100%;
    
         z-index: 0;
    
    }

    Replace

    #header {
    
         background-image: url("images/header.png");
    
         background-repeat: no-repeat;
    
         height: 335px;
    
         margin-left: 30px;
    
         margin-top: 20px;
    
         position: relative;
    
         width: 100%;
    
         z-index: 0;
    
         clear:both;
    
    }

    Thread Starter Empirevaleting1

    (@empirevaleting1)

    Hi hattendesign thanks for the reply, i changed that code in the #header but it did’nt move the page buttons down, it did’nt move anything.

    Thread Starter Empirevaleting1

    (@empirevaleting1)

    I found where i was going wrong, it was in the menus ul.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu bar need lower’ is closed to new replies.