[Support request] Sub Menu not showing

Home Forums Support [Support request] Sub Menu not showing

Home Forums Support Sub Menu not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #567186
    David

    Hello

    I’ve just updated generatepress and the GP Premium plugin on the website below…

    http://www.thegranaryclinic.co.uk/

    When you now scroll over the menu items of About Us and Treatments the sub menu is no longer showing!

    Please help.

    Thanks
    Dave

    #567465
    Leo
    Staff
    Customer Support

    Hi there,

    You have this CSS added in the child theme:

    .main-navigation ul ul {
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
        display: none;
        float: left;
        position: absolute;
        left: 0;
        z-index: 99999;
        width: 300px;
        text-align: left;
    }

    The display: none; property is hiding it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.