Aleš Sýkora / November 28, 2023 / 0 comments

Properly align Checkbox in Astra theme

Post summary: Hello, today I found that Astra theme incorrectly displays Toolset form checkbox. This is fast repair:

Hello, today I found that Astra theme incorrectly displays Toolset form checkbox. This is fast repair:

Before:

Checkbox is centered inside its label

After:

Checkbox position after CSS fix

CSS fix:

.wpt-form-item .wpt-form-checkbox {
    width: auto;
}

Fuel my passion for writing with a beer🍺

Your support not only makes me drunk but also greatly motivates me to continue creating content that helps. Cheers to more discoveries and shared success. 🍻

0 comments

Share Your Thoughts