• For everybody that have problem with menu overlaping on certain devices this CSS code FIX the problem for me. and just wanna to share with you. No support needed here.

    #wcfm_menu .wcfm_menu_items a.wcfm_menu_item {
    width: 100%;
    display: inline-flex;
    height: 49px;
    line-height: 15px;
    padding-top: 18px;
    vertical-align: middle;
    position: inherit;
    }
    #wcfm_menu .wcfm_menu_item span.text {
    font-size: 15px;
    margin-left: 8px;
    }
    #wcfm_menu .wcfm_menu_item span, #wcfm_menu span.wcfm_sub_menu_items a, .wcfm_menu_no_logo h4, .wcfm_menu_no_logo h4 a {
    color: #ffffff;
    margin-left: 8px;
    }

    • This topic was modified 3 years, 7 months ago by Bobkata.
  • The topic ‘Menu Overlapping FIX’ is closed to new replies.