• Resolved goatie77

    (@goatie77)


    It happens for smaller laptop screens and mobile and tablet devices. I need the form to float over the whole website, not be hidden under the header menu. Can you help with this at all?

    Simon

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    I have the same issue on my site http://www.msoft.fr

    Header is on the top and mask partially the form

    MA

    (@gasparnemes)

    Hi there,

    You can add both the following code snippet to your theme’s functions.php

    add_action('moove_gdpr_inline_styles','moove_gdpr_css_extension',10,3);
    function moove_gdpr_css_extension( $styles, $primary, $secondary ) {
    	$styles .= '.lity { z-index: 9999999; }';
    	return $styles;
    }

    I hope this helps.

    Thread Starter goatie77

    (@goatie77)

    That seems to have worked for me! Thanks very much 🙂

    Simon

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Close button and form hidden under header menu’ is closed to new replies.