• Resolved The_Mask

    (@the_mask)


    Hello,

    When I click the “settings” link, the popup window of GDPR is opening under the top menu of my website. Can you help me?
    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @the_mask,

    Thanks for using our plugins.
    You can add the following code snippet to your functions.php to fix the issue:

    add_action('moove_gdpr_inline_styles','gdpr_cookie_css_extension',10,3);
    function gdpr_cookie_css_extension( $styles, $primary, $secondary ) {
    	$styles .= '.ha-header { z-index: 9950; }';
    	$styles .= '#scb-wrapper.scb-fixed { z-index: 9960 }';
    	$styles .= '.lity {z-index: 99999999;}';
    	return $styles;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Under the menu’ is closed to new replies.