• Resolved ashish.kpaul

    (@ashishkpaul)


    Hello Sir
    There is a problem to right extreem main menu (youngias.com -> SCHOOL LEVEL) –> sub-menu –> sub-menu visibility.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ashish.kpaul

    (@ashishkpaul)

    If the screen area is beyond the scope to display large menu and submenu then it should be display left side instead of right side. any suggestion sir ?

    Theme Author Acme Themes

    (@acmethemes)

    Hello,

    Can you try following custom CSS

    .main-navigation #primary-menu > li:last-child ul li ul {
        right: auto!important;
    }
    
    .main-navigation #primary-menu > li:last-child ul li:hover>ul {
        right: 100%!important;
        left:auto;
    }

    Let us know if this meet your requirements.

    Best Regards!
    Acme Themes

    Thread Starter ashish.kpaul

    (@ashishkpaul)

    Dear sir Thanks a lot for your immediate response.

    Thread Starter ashish.kpaul

    (@ashishkpaul)

    Its Done

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sub-menu visibility’ is closed to new replies.