• Resolved joseppi04

    (@joseppi04)


    I’ve been editing this template and I removed the sub menu for categories because I prefer them in the sidebar, but for some reason I cannot seem to get the wrapper move up to where the sub menu was. I have tried verything I can think of with the CSS to no avail.

    https://thesoniczone.net/wp/

    If anyone know what could be causing this, I would really appreciate your input.

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think you need to change the height of .wpn_header at line 38 of style.css. Try 260px instead of 280px.

    .wpn_header {
    height:280px;
    margin:auto;
    position:relative;
    text-align:center;
    width:950px;
    z-index:auto;
    }
    Thread Starter joseppi04

    (@joseppi04)

    That’s what I thought too, but when I tried it, it moved the menu bar up overlapping the banner.

    You also need to take out ‘bottom:25px’ at line 67:

    .wpn_menu {
    background:url("img/menu_bg.gif") repeat scroll 0 0 transparent;
    bottom:25px;
    height:48px;
    left:0;
    list-style:none outside none;
    position:absolute;
    width:950px;
    }
    Thread Starter joseppi04

    (@joseppi04)

    Thank you vtxyzzy! That did the trick.

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