• Resolved aristotelisj

    (@aristotelisj)


    Hi guys,
    I have been testing the plugin and have not found a way to change the order of the buttons on the cookie banner.
    Currently “Save preferences” is the last button on the banner.
    I would like the “Accept All” button to be the last button on the banner.
    Is this possible?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @aristotelisj,

    Which template are you using, do you have a Dismiss button as well? If so, in what specific order would you like it?

    regards Aert

    Thread Starter aristotelisj

    (@aristotelisj)

    I am currently going through the pro configuration so I do not see it infront of me, but from memory I am using the bottom bar, with Access+categories.
    From memory also I remember that the bottom bar changes to a square block for mobile devices under ~419px
    Hope this info is enough?

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @aristotelisj,

    Something like this? https://cmplz.com/

    regards Aert

    Thread Starter aristotelisj

    (@aristotelisj)

    Yes please

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @aristotelisj,

    For desktop I would suggest:

    @media only screen and (min-width: 728px) {
    .cc-compliance {display:inline-block;}
    #cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {float:right;
    }
    .cc-compliance .cc-btn.cc-save-settings {float:left;}
    }

    Let me know if this works for you,

    regards Aert

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aristotelisj,

    Did Aert’s CSS suggestion have the intended effect?
    I’m marking this as resolved for now, let us know if we can assist any further.

    Kind regards,
    Jarno

    Thread Starter aristotelisj

    (@aristotelisj)

    I was hoping for a better way of doing it, because if you resize your browser window, the buttons break out of alignment.
    Maybe you could add a dedicated ordering functionality to the plugin.
    Thanks

    • This reply was modified 3 years, 8 months ago by aristotelisj.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Button Order’ is closed to new replies.