Deprecated after Version 1.5. Items are not centered always correctly by using Border-Box Sizing.
If your GDPR Items are not centered, please add the following custom CSS:
.wordpress-gdpr-privacy-center-item { width: 27%; } @media (max-width: 768px) { .wordpress-gdpr-privacy-center-item { width: 100%; float: none; } }
If still not centered add this additionally:
.wordpress-gdpr-privacy-center-item { padding: 20px 0; }