Viewing 6 replies - 1 through 6 (of 6 total)
  • weblizar_support

    (@weblizar_support)

    Hello,

    Paste the below CSS in Custom CSS box and save –

    .navigation_menu {
       z-index: 9999!important;
    }
    .dropdown-submenu > .dropdown-menu {
        right: 100%;
    }

    Thanks.

    Thread Starter saleh4

    (@saleh4)

    Thank you for your reply.

    problem 1 done.

    problem 2 still error.(submenu direction still from left to right and it must be from right to left ).

    error screenshot :
    https://drive.google.com/file/d/1_6L6pbB5Sg_v0adtJ7SP1Zx-vIKxXju_/view?usp=sharing

    Thank you.

    • This reply was modified 8 years ago by saleh4.
    weblizar_support

    (@weblizar_support)

    Hello,

    paste the below CSS in Custom CSS box and save –

    .dropdown-menu {
        right: 0%;
    }
    .dropdown-submenu > .dropdown-menu {
        right: 100%;
    }

    Thanks.

    Thread Starter saleh4

    (@saleh4)

    Thank you for your reply.

    This code not working , the direction order of nvigation bar became from left to right and sub sub-menu dose not shown.

    thank you

    weblizar_support

    (@weblizar_support)

    Hello,

    Paste the below CSS in Custom CSS box and save –

    .dropdown-submenu .dropdown-menu {
        right: 100%;
    }

    Thanks.

    Thread Starter saleh4

    (@saleh4)

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Sub-menu’ is closed to new replies.