Properly align Checkbox in Astra theme
Author: Aleš Sýkora, 4. 7. 2019
Hello, today I found that Astra theme incorrectly displays Toolset form checkbox. This is fast repair:
Before:
After:
CSS fix:
.wpt-form-item .wpt-form-checkbox {
width: auto;
}