Hi,
One of the plugins I use is having compatibility issues with the theme and the plugin author recommended to add the following to the theme’s css file. Could you please help take a look and see if this would in any way mess up the theme or anything?
“
#main {
position:relative !important;
z-index:998 !important;
}
#main .container_wrap .container {
position:relative !important;
z-index:999 !important;
}
#footer {
position:relative !important;
z-index:0 !important;
}
“
Thank you,
Hi,
We do not know what changes you have done on your page but you should keep z-index for #main way less than 998px
Regards,
Yigit
okay. Sounds like it’s not a good idea to add the custom css codes. Will not do it then.
thanks.