Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @wpadmi,

    Sure! Try below,

    .cmplz-cookiebanner .cmplz-buttons {
        grid-template-columns: 1fr 1fr;
        display:grid;
    }
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
        order: 3;
        grid-column: span 2;
    }

    regards Aert

    Thread Starter wpadmi

    (@wpadmi)

    Thanks a lot, it works exactly as we need!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deny button on a single row below the other buttons’ is closed to new replies.