Gravityforms Consent Field - align Description Text with Checkbox

Hey,

I would like to align the description of the Gravityforms Consent Field on my website https://flirtempire.com on one line with the Checkbox.

Like this:

“Checkbox” Ich stimme der Datenschutzerklärung zu und willige ein per Telefon und Email kontaktiert zu werden.

Right now its like this with a line break between the checkbox and the text:

“Checkbox”
Ich stimme der Datenschutzerklärung zu und willige ein per Telefon und Email kontaktiert zu werden.

How can I change that ? :slight_smile:

Best regards

Hi @FlirtEmpire,

Thanks for reaching out.

Please add this CSS to your Theme Options > CSS ,

.gfield_consent_label {
display: inline
}

I have provided the custom CSS since the issue is caused by stack styling. But if you have to apply other alignment customization then I recommend contacting the plugin author.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.