Site logo

Archived topic

Sub Menu not showing

1 reply · Started by David on May 4, 2018

Viewing posts 1–2 of 2

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

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.

This archived topic is closed to new replies.