Hi,
I use an element in a contact form with a checkbox as a mandatory field. The labelling in the element is multi-line. However, the line spacing is too large and the text is in bold font and should be smaller. Can this be changed or does it need a CSS code.
I have placed the link to the page in the private content.
Thanks,
Beat
Hey Beat,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and adjust to suit:
#top label.input_checkbox_label {
font-size: 10px;
line-height: 10px;
font-weight: normal;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Mike
Thanks for the CSS. The third line is not formatted correctly.
Do you have a solution?
Thanks,
Beat
Hi,
Please try this CSS as well:
.page-id-156 #element_avia_6_1 input#avia_6_1 {
margin-bottom: 30px;
}
Best regards,
Rikard
Hi Rikard,
Perfect! It works fine.
Best regards,
Beat
Hi Beat,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko