Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Good day.
The ‘Notify me of follow-up comments by email’ checkbox is hitched against the ‘Post Comment’ button.
Do you know how to fix this?
URL: http://www.kompulsa.com/2015/02/10/martin-garrix-releases-a-free-track-a-fan-tribute/
add this css to your custom css
#commentform #submit {
margin-bottom: 10px !important;
}
#commentform label {
margin-top: -3px !important;
padding-left: 10px !important;
}
Hi Nicholas
Thanks for reaching out. I worked a fix up for this a little while back. Sorry that it hasn’t yet made it into the theme:
/* Vantage Jetpack Subscription Form */ p.comment-subscription-form { margin-bottom: 10px !important; } p.comment-subscription-form input[type="checkbox"] { float: none !important; font-size: 1em; line-height: 1.92857em; } p.comment-subscription-form label.subscribe-label { font-size: 1em; float: none !important; line-height: 1.92857em; font-weight: normal; margin: 0 !important; padding-left: 10px; width: auto !important; } #commentform p.form-submit { margin-bottom: 2em; }Should do the trick.
@James Titchner! What a legend, thanks for helping out. As you might have noticed we’re a little behind at the moment. Are there any threads that you have open that you’d like checked out right now?
@James Titchner. I found your open thread now, forgot we had that search filter :). I’m taking a look, I’ll respond there shortly.
Thank you. :) This custom CSS worked.
Hi Nicholas
Super, glad that did the trick.