Hi there @erotmil,
Thanks for reaching out!
Indeed, I see what you mean here: https://d.pr/i/Qitl4K
The problem comes from the following CSS in your theme’s CSS:
.fusion-header-wrapper {
position: relative;
z-index: 10011;
}
Removing the z-index: 10011;
part from your theme’s CSS file should fix the issue.
Hope it helps, please let us know if you need further assistance!
Hi @erotmil,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
I appreciate the response, I’ll try that , I had turned off mailpoet on that site.
Couldn’t find that code, here is the core Style.css page from the theme editor:
/*
Theme Name: Avada
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Author: ThemeFusion
Theme URI: https://avada.theme-fusion.com/
Author URI: https://themeforest.net/user/ThemeFusion
Version: 7.5
Requires PHP: 5.6
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/
/* Classes needed by Theme Check */
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}
And here is the Avada Child theme style.css code
/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/
found it in legacy.css
worked
Thanks