Is is possible to move the Cookie consent bar position?
Live site – http://balrajt9.sg-host.com/ – bar is at the very bottom
Mockup – https://ibb.co/bj4vmYm
Basically, it will be a floating section with 25% width on the right side.
Thanks
Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-cookiemessage-bottom {
position: fixed;
width: 60%;
right: 0;
left: auto;
bottom: 15%;
}
Best regards,
Rikard
Looks good
Just a few final things
1- How do I make the background semi transparent?
2- What is the class to restyle the buttons?
3- Is is possible to have a class (x) icon on the top right?