Archived topic
Info now displaying over fixed menu
3 replies · Started by Garth Dryland on March 23, 2018
Hi Tom
Do you have any idea why the info (i) and the info bubbles are now showing over the fixed menu ?
This wasn't happening when I first purchased, install and setup the pricing table in November 2017 ?
Also I've only tested this issue in Chrome which is the most used browser by miles.
The menu plugin is Clean CSS3 WordPress Responsive Pricing Table is a premium WordPress plugin developed to display Pricing Tables professionally. Version 1.5.3 | By Real Web Care
Cheers Mate
Hi there,
Those icons have a pretty high z-index.
Give this CSS a shot:
.navigation-stick {
z-index: 9999 !important;
}
Awesome. Sorted. Cheers.
Glad I could help!