Support » Fixing WordPress » drop down menu

Viewing 2 replies - 1 through 2 (of 2 total)
  • On your style.css in theme you are using, find the following CSS code definition:

    #access ul ul {
    -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    display:none;
    float:left;
    left:0; <----- DELETE THIS
    position:absolute;
    top:38px;
    width:180px;
    z-index:99999;
    }
    

    and delete the left:0 CSS attribute definition.

    Thread Starter oneezra

    (@oneezra)

    Agus,
    Next time you are in Minneapolis – drinks on me.

    Thank you. Truly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘drop down menu’ is closed to new replies.