Modal for GDPR

For the management of the GDPR alert I used a modal and it works very well
But for a new site, I would like to position to the bottom fixed and with 100%
Is it possible or do I have to find other solutions?

bootstrap has a class called ‘position-fixed’ try this.
alternatively, you can set this from design tab as well.
something like this:
image

thank you, but unfortunately it seems to me that with modal these settings do not work.
Perhaps it is possible by intervening on the CSS but I would not want to ruin the other modals

Have you had a a look at using Toasts?

For more, see

Thanks Now I try if it works for me

Or Alerts. They can be set to 100% width fixed to bottom.

The display with fix to bottom is ok with Toast, but the same result could be obtained also with other methods
The real problem is that: with the modal the button deactivates the GDPR Alert and hide the modal itself.
With Toast, and other methods, it is not hidden

I solved. I could not do it for a trifle that I hadn’t noticed. Thank you all