crazyserver

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: WP GDPR Compliance #64026
    crazyserver
    Participant

    This theme has some issues handling CSS. It changes too hard some styles: i.e. hides labels. To solve that problem just add this CSS to your theme:

    .wpgdprc-checkbox label {
    display: inline;
    }

    .wpgdprc-checkbox input {
    width: auto;
    }

Viewing 1 post (of 1 total)