Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1349318

    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

    #1349475

    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

    #1349540

    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?

    #1349569

    Hi,

    1. Try this CSS, and replace the example colour with your own rgba:

    div.avia-cookie-consent {
        background-color: rgba(255, 255, 255, 0.5);
    }

    2.

    .avia-cookie-consent-wrap .avia-button {
        your code goes here
    }

    3. We don’t have a solution for that unfortunately.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.