Home Forums Pro Themes Education Hub Pro Menu speed

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8352
    Dellapaviour
    Participant

    When hovering over the menu, the menu disappears before you can select a sub-item. Can you please tell me how to alter this? Thank you

    #8362
    wensolutions
    Keymaster

    Hello @Dellapaviour, this issue is actually resolved in the latest version of this theme. Please confirm your version by going to its shop page.

    http://themepalace.com/downloads/education-hub-pro/

    In the meanwhile,

    Go to Admin Panel > Theme Options > Advanced Options > Custom CSS, copy and paste below code in that box:

    @media screen and (max-width: 1200px)  {
    	.main-navigation ul ul {
        	top: 40px;
    	}
    }

    Hope this helps!

    #8366
    Dellapaviour
    Participant

    Hello. Thank you for the reply. The Code didn’t make a difference. My site is – http://thecooperschool.co.uk/. If I click the top menu item the menu stays there for me to select a sub-item, but not if I hover. I think I do have the most recent version. I have v2.0. Thank you.

    #8380
    wensolutions
    Keymaster

    Try replacing above code by the following code.

    .main-navigation ul ul{
    top: 40px !important;
    }

    Let us know if it still remain an issue.

    Thank you !

    #8381
    Dellapaviour
    Participant

    Thank you very much!!! That has done it. Thanks again for your help and the quick response!

    #8408
    wensolutions
    Keymaster

    No problem. Feel free to post anytime if you have any confusion or difficulty.

    #9834
    Dellapaviour
    Participant

    Hi. Whilst the above fix worked for my issue, I have now noticed that where I have a sub-menu, the top item is blank and you cannot click to hold the menu or hover to select the sub-item. My site is http://www.thecooperschool.co.uk. Thank you

    #9848
    wensolutions
    Keymaster

    Hello,

    Your issue has already been solved on the update,

    You can update the theme and remove the custom css we provided you.

    Hope this solves your issue.
    Best regards.

    #9971
    Dellapaviour
    Participant

    Thank you very much. That has solved it.

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