• Hello!

    I’m using WordPress 4.0 in my site edicionesparalelo.com. My theme is “Simple Grid”.

    My issue is that i’m trying to create a drop-down-hierarchy in my main menu. As you can see in my site, to the date i wasn’t able to do it, and the “Reseñas” category stays dropped down, doesn’t matter if the “Blog” tab is selected or hovered.

    I’ve been messing around with the “functions.php” and the “header.php” but i don’t really know what to do.

    Every help will be thanked 🙂

    Ediciones Paralelo.

Viewing 5 replies - 1 through 5 (of 5 total)
  • try

    .sub-menu{display: none;
    position: absolute;
    z-index: 2;}
    
    .menu-item:hover ul{display:block}

    Thread Starter Ediciones Paralelo

    (@ediciones-paralelo)

    Hi.

    It worked! I don’t know why, but it works unless i’m logged in as admin. I guess that little issue will disappear soon.

    I don’t know if i can ask another question here: now, when i hover the mouse over the parent item, the sub-item appears with a disturbing white background. I want to make that background appear but not as that ugly square but as a rounded square, like in the other items. Could you help me with this?

    Lots of thanks.

    Thread Starter Ediciones Paralelo

    (@ediciones-paralelo)

    Hi.

    Sorry for posting again. If you hover over the “Blog” tab you’ll see that i have another problem: sub-elements appear one sided to the other, and not over the other, as i would like.

    edicionesparalelo.com is the site.

    Thanks for your help.

    hi, i will look into it if its still not solved later.

    I’m having this same issue and it looks like you managed to solve it. Would you be able to share how you did it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Main Menu not dropping down’ is closed to new replies.