Thread Starter
007me
(@007me)
Sorry, my bad. The banner is showing at the bottom of the page once you scroll to the bottom.
I think it should be floating at the bottom no matter if you scrolled to the end or not.
Thread Starter
007me
(@007me)
In addition, once you click on “agree and close” a white stripe is left at the bottom of the page even if you will refresh the page.
Hi!
This sounds like a theme conflict to me. Can you see if you can reproduce it with a default WordPress theme such as Twenty Seventeen of Twenty Sixteen? I wonder if the RTL language has anything to do with it (though I doubt it). Thanks!
Thread Starter
007me
(@007me)
Hi,
You are right. It happens with every theme that is not a default WordPress theme.
Tried 4 different themes from different vendors with no success. All show up at the bottom.
Only WP native works.
Can you help with that?
So I tried the Kahuna theme like you’re currently using, and I noticed that I have a white strip at the bottom even without adding that widget, so it looks like that’s how the theme is designed.
As for the location of it, that seems to also be caused by the theme but I’m not sure if there’s anything we can do to fix it. Can you tell me the other themes you tried? I’ll open an issue with that information.
Thanks!
Thread Starter
007me
(@007me)
Richard, the other theme was Graphene.
Thanks for the info. I don’t know if we can do anything about it, but I’ve opened up an issue for it here:
https://github.com/Automattic/jetpack/issues/8166
Feel free to add additional information there. Thanks for the report!
Thread Starter
007me
(@007me)
If it will help, adding the following to the CSS fixed the problem:
.widget-container.widget_eu_cookie_law_widget {
margin: 0 auto;
padding: 0;
position: fixed;
bottom: 0;
width: 100%;
z-index:1000;
}
Thanks, I’ve passed that along!