Conflict between Cookies banner & Scroll to top button
-
Dear,
There is a conflict between 2 theme features. If the user do not agree to “accept” the cookies banner, the “scroll to top” button gets hidden behind the banner. See video in private
In my opinion, a logic should be implemented :
– if the banner is shown, display the scroll to top button above the banner.
– if the banner is hidden, display the scroll to top button as is.
Thanks
Hello,
We can place the “scroll to top” higher with custom CSS.
It is not possible to do exactly in the way you want.
Here is the code:
body .scrollToTop {
bottom: 60px;
}
Best Regards
Ok thanks for the code.
But afterwards, what do you foresee in the future to fix this? It’s not good to keep parameters in a theme that in conflict together when both are enabled.
Thanks
Hello,
These parameters are not conflicting, 99,99% users accept the Cookies and never see the message again.
Best Regards
Please close this ticket, thanks
The topic ‘Conflict between Cookies banner & Scroll to top button’ is closed to new replies.