• Resolved aleksandreeu

    (@aleksandreeu)


    Hi, is it posisble somehow to move button ACCEPT COOKIES on the right side?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aleksandreeu,

    Yes, you could use the below CSS under Appearance > Customize > Additional CSS to accomplish that. Please find an example screenshot of the result attached as well.

    .cmplz-cookiebanner .cmplz-buttons {flex-direction: row-reverse;}

    Hope it helps!
    Kind regards,
    Jarno

    Thread Starter aleksandreeu

    (@aleksandreeu)

    Can you please also send CSS code how to reverseother two buttons? Thanks!

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aleksandreeu,

    You can additionally add the below CSS, after which the ordering should be:

    Deny – View/Save Preferences – Accept

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
        order: 1;
    }

    Hope it helps!
    Kind regards,
    Jarno

    Thread Starter aleksandreeu

    (@aleksandreeu)

    Great! Is it possible to locate cookies popup window in the middle of the screen on Desktop devices?

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aleksandreeu,

    You can change the banner position under Complianz > Cookie Banner > Appearance > Position: Center.

    Hope it helps!
    Kind regards,
    Jarno

    Thread Starter aleksandreeu

    (@aleksandreeu)

    Cool. Can I add title to the pop-up windows as well?

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aleksandreeu,

    Assuming that you are referring to the Cookie Banner title (which in your case, is currently set to Spravovat Souhlas s cookies), it can be changed under Complianz > Cookie Banner > Banner settings > Title.

    Kind regards,
    Jarno

    Thread Starter aleksandreeu

    (@aleksandreeu)

    Thanks! Is there a legal way how to combine Cookies pop up and Age verification? To have one windows for both popups?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Accept cookeis – button move’ is closed to new replies.