Add Space above comment submit button

Posted in: Newsmag
Post count: 13

Hey there… real quick… what css code would I add to the custom css to add like 15px above the comment submit button. After adding googles re-captcha the submit button is hugging the captcha.

Post count: 6535

Hi

Try this custom css to move down the “Post Comment” button: http://screencast.com/t/Ba2tXbcz

.comments .form-submit{
margin-top: 15px!important;
}

You can modify the margin values as you like. Let me know how it goes and if you still need assistance on this please provide a link and more details so I can inspect this closer.

Thanks!

Post count: 13

Hmmm for some reason it takes the captcha form along for the ride: https://drive.google.com/file/d/0B7ONmDzXJ27YbWIyMm1fX0FMeWs/view?usp=sharing

Do you need our url?

Post count: 6535

Hi

Yes please provide you site’s url as I need to inspect this.

Thanks!

Post count: 13
Post count: 6535

Hi

Try this custom css: http://screencast.com/t/y0EJmg6E

.comments .submit{
margin-top: 25px!important;
}

You can modify the margin value as you like.

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.