Menu not selectable - by Donmiat - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 12 months ago ago by Eva Kemp

  • Avatar: Donmiat
    Donmiat
    Participant
    April 22, 2014 at 10:47

    When you resize the screen of your pc, and the menu is shown on 2 lines (so one line above and one line beneath). Everything above the lower menu items is not selectable.

    Or if you view on a PC of Laptop of lower resolution or screensize.

    browser = Chrome

    So for instance

    Home – products – aboutus – blog – contactus – sale And then after resizing screen it becomes

    Home – products – aboutus – blog
    – contactus – sale –

    Then the submenu items above the 2 lower are not selectable anymore (so subs of products and about us not selectable).

    Hence VERRY annoying,

    Please advice on sollution.

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2014 at 14:51

    Hello,

    You should add the following code to custom.css file (how to create this file you can watch here):

    .fixed-header .menu > li > a:hover:after, .main-nav .menu > li > a:hover:after{
     content: "";
     position: absolute;
     width: 100%;
     height: 80px;
     bottom: -55px;
     left: 0;
    }

    Soon we’ll fix this in our update.

    Regards,
    Eva Kemp.

    Avatar: Donmiat
    Donmiat
    Participant
    May 1, 2014 at 14:24

    Worked like a Charm!

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 2, 2014 at 21:40

    Hello,

    You are welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Menu not selectable’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.