Content overlaping

Hi support team,

I’m using a google analytics opt out plugin. some site content and the footer columns are overlaping the area of the plugin.
The whole Plugin seems to be running in the background of the site content - the link is not klickable.
Can you tell me how I can fix this?

Thanks!

Hello @BluePrint,

Thanks for writing in!

I can confirmed the issue. To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .gaoop {
    z-index: 99999;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.