Hey funsail,
Thank you for bringing this to our attention! I’ve tested it out and it doesn’t seem to do this for me. Could you please post a link to your website? I’d love to check it out!
Hello Funsail,
Are you using any site-builder (shortcode driven) theme? If yes, is it possible for you to add our plugin shortcode to some test page using default WordPress editor?
Secondly can you please check if you are using a plugin “TinyMCE Advanced” and if so, then please make sure to update it to the latest version.
Hi
This one is not site-builder (shortcode driven).
I don’t use TinyMCE Advanced.
I’d be happy to add custom CSS if you could supply some.
Hey Funsail,
I just checked your website again and noticed the code is different and there are no
tags. That said, the checkbox is appearing on a separate line due to the CSS of your theme. To fix it, you can add below code to your theme’s CSS file.
#respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
float: none;
display: inline !important;
width: auto;
}