Tagged: checkbox, comment form, enfold, GDPR, privacy policy
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#commentform p.comment-form-av-privatepolicy {
margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
#commentform p.comment-form-av-privatepolicy {
margin-bottom: 40px;
}
}
Best regards,
Yigit
Hi Yigit.
Thanks for your answer. I added the code. The space between the two checkboxes isn’t right. After the second checkbox it is now ok. Here a screen … https://www.dropbox.com/s/b8snylzzdbw9hpt/Screenshot_20180528-074055.png?dl=0
Best regards. Andreas
Hi,
can we see the page so we an target it properly please?
Best regards,
Basilis
Hi. You can see it on my blog posts. eg https://kreativeseite.com/2018/03/09/diy-schale-aus-einem-seil/ On smaller screens you can see the problem. Best regards
Hi,
Thanks for the update.
Adjust the bottom padding of the cookie consent checkbox like so.
@media only screen and (max-width: 767px) {
#commentform .comment-form-cookies-consent {
padding-bottom: 50px;
}
}
Best regards,
Ismael
Thanks it worked … Best regards