Okay
  Public Ticket #2616333
Search overlay doesnt cover whole page in FIrefox?
Closed

Comments

  •  1
    acidoverride started the conversation

    When you click the search icon in my main nav, the search overlay doesnt cover the full page like it does in Chrome. Any ideas why this could be?

    Thanks

  •  933
    Neuron replied

    Hi,

    Please add the following code at Appearance > Customize > Additional CSS.

    @-moz-document url-prefix() { 
        .m-site-search .active {
            position: absolute !important;
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


  •  1
    acidoverride replied

    Added the CSS and still doesnt seem to have the desired outcome?

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your WP-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   acidoverride replied privately
  •   Neuron replied privately
  •   acidoverride replied privately
  •  933
    Neuron replied

    Hi,

    Please add the following code at Appearance > Customize  > Additional CSS.

    @-moz-document url-prefix() { 
        .m-site-search__content {
        width: 1500px !important;
        left: -75px !important;
        }
    }

    Please let me know it if fixed itsmile.png

    Feel free to ask for anything you need.

    Kind Regards


  •  1
    acidoverride replied

    Nope, still doesnt go all the way to the edge. Setting the width to 1500px will depend on display size will it not? And setting it to 100% doesnt seem to do anything.

  •  933
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I apologize that I've sent you a wrong code, because I found the issue somewhere else, so now I've added the following code at Appearance > Customize > Additional CSS.

    .elementor-element-479aec8b .h-fadeInUpNeuron, .fadeInUp {
        -moz-animation-fill-mode: none !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  •  1
    acidoverride replied

    Perfect, thank you!

  •  933
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes