Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #200876

    Hi,

    I’m trying to use a vertical jquery widget menu, but the submenus are hidden behind the main content. I’ve tried manipulating the overflow:hidden tags, but can’t seem to get the submenus to show on top. Is this a z-index issue? Please see the link below. Thanks.

    http://carvalhorealestate.com/homes-for-sale-toppicks/Ahwatukee500000to1million/142951/

    #200951

    Hey!

    Try adding this code to the Quick CSS:

    .sidebar.sidebar_right.smartphones_sidebar_active.three.alpha.units {
        overflow: visible  !important;
        width: 239px  !important;
        float: left  !important;
    }
    .sub-container {
        right: 188px  !important;
    }

    Cheers! 
    Josue

    #200979

    Hey Josue,

    Thanks for the snippet! Unfortunately, the vertical mega menu (http://wordpress.org/plugins/jquery-vertical-mega-menu/) is still sliding behind the main content area. Any other ideas? Thanks again. I appreciate your help!

    #200983

    Hi!

    Here’s how i see it:

    Cheers!
    Josue

    #200996

    That’s weird. In both Firefox and Chrome the second level menu is still behind the main content area. I must have made some change in the CSS elsewhere that is conflicting. I’ll try it in the Enfold parent, and see what happens.

    #201048

    Hey!

    I can’t visit the link again. Did you remove it? Please try to remove browser cache then reload the page. Do Josue’s solution then test it on another browser.

    Best regards,
    Ismael

    #202212

    Hi guys,

    This is SOLVED. Thanks. I had to actually restart Chrome after clearing the cache in order for the CSS snippet that Josue provided to take effect.

    #202214

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Vertical JQuery Submenu Hidden Behind Main Content’ is closed to new replies.