• Resolved erotmil

    (@erotmil)


    The popup window is interfering with my header, its under it and not visible. How do I move it down or shorten it. Using Avada Theme . ?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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!

    Plugin Author Bruna a11n

    (@bruberries)

    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.

    Thread Starter erotmil

    (@erotmil)

    I appreciate the response, I’ll try that , I had turned off mailpoet on that site.

    Thread Starter erotmil

    (@erotmil)

    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
    */
    Thread Starter erotmil

    (@erotmil)

    found it in legacy.css
    worked
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Signup Box chopped on top’ is closed to new replies.