Viewing 2 replies - 1 through 2 (of 2 total)
  • For this specific site and theme, the plugin is outputting the cookie banner in the HTML (correct behaviour) however your theme has a header that is placed in the same place and has a higher z-index.

    In this case you have a couple of options:

    To keep the banner in the header, just add some custom CSS: #cookie-law-info-bar { z-index: 99999; }

    …or move the banner to the footer.

    Your theme is designed to have the header work the way it does so any banner in the header will interact with it in some way. If it were me I’d move the banner to the footer which is what I do on my own sites.

    I assume when you say “three different sites” you mean they all have the same theme. If not, they are separate and probably different issues.

    Thread Starter kinicalderon

    (@kinito)

    Thanks Richard!

    The problem is solved.

    Yes, when I refer to “three different sites” all of them have the same theme with this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘display problems’ is closed to new replies.