Viewing 1 replies (of 1 total)
  • Edit your theme style.css and for .horizmenu class set relative positioning and z-index grater than 0. For example:

    .horizmenu {
    width: 100%;
    line-height: 16px;
    background: #CCC;
    float: left;
    font-size: 95%;
    z-index: 5;
    position: relative;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Posts per Cat] Plugin overlaps the themes menu’ is closed to new replies.