Event map overlaying other elements

WordPress Event Management, Calendars & Registration Forums Report A Bug Event map overlaying other elements

This topic contains 3 replies, has 2 voices, and was last updated by  Stephen Harris 9 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16835

    The z-index of the event map overlays all other elements on the website, so that it for example clips drop down menus.
    Check the drop down menus on this page for example; spelkult.se /spelkalender/
    Is there a possible fix for this?

    Daniel Roos
    #16856

    You can just give the menu a higher z-index:

    .main-nav {
        z-index: 9999;
    }
    
    Stephen Harris
    #16859

    Already tried that, but to no avail. Found a fix though, by overriding the venue map z-index.

    #eo_venue_map-1 {
        z-index: 10;
    }
    
    • This reply was modified 9 years, 6 months ago by  Daniel Roos.
    • This reply was modified 9 years, 6 months ago by  Daniel Roos.
    Daniel Roos
    #16864

    That’s odd, I got the above to work in my browser. Glad you’ve found a fix though.

    Stephen Harris
Viewing 4 posts - 1 through 4 (of 4 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.