Tagged: comment form, message, privacy policy
+1
Thank you!
Hi,
I’m no longer seeing broken styling. Were you able to get this corrected?
Best regards,
Jordan Shannon
No changes on my site.
Thank you
Hi,
Please try to add this code to the quick css field:
#top #commentform p.comment-form-cookies-consent{
<span class="webkit-css-property">margin-bottom</span>: <span class="value">30px</span>;
}
Best regards,
Dude
Hi Dude,
The <span class etc>
code isn’t really CSS code, is it? I worked out your code a bit further, also because it was only applicable for small mobile, and got it to work using following:
@media only screen and (max-width: 479px) {
#top #commentform p.comment-form-cookies-consent {
margin-bottom: 40px;
}
#top #commentform p.comment-form-av-privatepolicy {
margin-bottom: 20px;
}
}
Thanks for your help.
Please flag this topic as solved.
Regards,
Monique
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon