Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
This topic contains 4 replies, has 2 voices, and was last updated by zapyzap 8 years ago.
The topic ‘z-index for popover’ is closed to new replies.
Tagged: z-index
Hi
Kindly share your working site URL here.
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
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 .
This topic contains 4 replies, has 2 voices, and was last updated by zapyzap 8 years ago.
The topic ‘z-index for popover’ is closed to new replies.