SOLVED: Bad ui in comments element cookies checkbox

Browser: Chrome 110
OS: Windows
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hello,

In the Comments element, the checkbox icon and text are in the wrong position, which affects the user interface.

Hi @Fred.foden,

thank you for your report. I can replicate this locally and I agree - having text in the same line would be better.
As a temporary workaround, you can use the following CSS:

.comment-form-cookies-consent{
 display: flex;
 gap: 0.4rem;
 
}

.comment-form-cookies-consent label{
 margin-bottom: 0; 
}

Best regards,
Matej

1 Like

We’ve fixed this issue in Bricks 2.0.2 now available as a one-click update in your WordPress Dashboard.

Please take your time to read the changelog entry before updating: Bricks 2.0.2 Changelog – Bricks, and let us know if you continue to experience issues.

1 Like