Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #988268

    Hi
    Kindly share your working site URL here.

    zapyzap Friend
    #988451

    Thank you, Pankaj, for taking care of this!

    Here is my website page with a hotspot in the area of Seattle.
    http://www.fundourschools.org/map
    I just realized that it does not sit behind the breadcrumbs, but behind the header, it seems.
    Actually, it would be great if there was a way to force the tooltip to popover in a given position (say, for example, right of the hotspot, instead of top)

    I am very grateful for your support.

    Marie Well
    Fund Our Schools

    Pankaj Sharma Moderator
    #988470

    Hi
    Go to /templates/avendor/css/avendor-light.css
    Find

    .header-wrapper {
        position: relative;
    }

    replace it with

    .header-wrapper {
        position: relative;
        z-index: 999;
    }

    Save file , clean cache and check .

    zapyzap Friend
    #988488

    Super! It is working 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  zapyzap 7 years, 5 months ago.

The topic ‘z-index for popover’ is closed to new replies.