Can’t see it out of place on my test site
bbpm_notify looks like the notify plugin? strongly suspect that is the issue.
otherwise
particular browser?
tried changing themes (as a test) to see if it is theme related?
I use firefox as browser. No i am not using the “notify” plugin (bbpm_notify is the original name of the element) .
my code in that area is
<p class="bsp_topic_subscription_reply">
<input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe" tabindex="102">
<label for="bbp_topic_subscription">Notify me of follow-up replies via email</label>
</p>
sorry – my style pack is in play – 2 minutes and I’ll come back again
<p>
<input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe">
<label for="bbp_topic_subscription">Notify me of follow-up replies via email</label>
</p>
i added your script in the form-user-edit, and got the same problem with my current script.. so finally i fixed it using the css style :
#bbpm_notify{
padding : 0!important;
width : 0 !important;
}
Now it is perfectly aligned
Thank you for your time 😉