Cookie banner is not centered
-
Hi,
I am using Astra theme and padded layout with 20px spacing outside body (localhost).
When I am using this setup, my banner is moved to the right, it is not centered:
I am suing the following CSS to make it centered, but I am afraid that with an update from your side, it will be broken someday. Do you know what can cause this issue? Or would you recommend using this CSS because even though you change something, it should not affect this?
/**
* cookie banner center
*/
@media (min-width: 1024px) {
.cmplz-cookiebanner {
width: calc(100% - 60px) !important;
}
}Thank you for your help in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.