Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #135815
    ptidwell
    Participant

    Sub menus are not displaying properly. When I go to Appearances/Menus/Artist I have six sub items, only one displays.
    This seems to be an issue with other menus as well. Can’t seem to get this to work properly when I hover or click on the menu name. Any help would be greatly appreciated.

    Paul

    #135825
    Skandha
    Participant

    @ptidwell: Please post in your site URL so that I can look into the issue.

    Regards,
    Skandha

    #137376
    ptidwell
    Participant

    here’s the URL http://www.lophatcabinets.com

    Thanks,
    Paul

    #137378
    Skandha
    Participant

    @ptidwell: This is because of the following additional CSS you have added.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code
    .menu-item{width:14.2%}

    Remove the code and the issue should get resolved.
    Let me know if you have anymore issues.
    Regards,
    Skandha

    #137464
    ptidwell
    Participant

    Skandha,
    Here’s what is in the Customize=>Additional CSS
    I see that .menu-item{width:14.2%} already exist, are you telling me to delete everything and just add the .menu-item{width:14.2%}
    Thanks again

    .products {
    white-space:normal
    }

    .menu.catchresponsive-nav-menu {
    width: 95%;
    }
    .menu-item {
    width: 14.2%;
    }
    .menu-item a {
    text-align: center;
    }

    #137468
    ptidwell
    Participant

    Skandha,
    Okay, when i removed the code it is working just fine.
    Thank you for your help.

    Take care,
    Paul

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sub menus not displayed’ is closed to new replies.