In the comments section of our blog, we have a Terms and Conditions checkbox. The checkbox is in a different location depending on what browser you use. The placement is either below and off to the side of the text or is being overlapped by text. How do we resolve this? I included link to one of our blog posts below
Firefox: The box is below the privacy text line and is literally being written over by the text.
Safari: The box is in the lower left below the text.
Chrome: Same as safari.
Hey kpeltierWT,
Please try the following in Quick CSS under Enfold->General Styling:
.form-av-privatepolicy label {
top: 24px;
}
Best regards,
Rikard
Hi Rikard,
I added your recommended CSS but it didn’t seem to make a difference. Is there anything else I can do?
Kristina
Hi Kristina,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top input[type="checkbox"] {
height: 16px;
}
If you need further assistance please let us know.
Best regards,
Victoria