Site logo

Archived topic

How to make the "submit comment button" width 100%?

3 replies · Started by Jericho on November 12, 2019

Viewing posts 1–4 of 4

Hi Guys,

I need help with some CSS code to make the submit comment button width 100%.

Screenshot: http://prntscr.com/pw5qri

Thank you very much!

Hi there,

Try this:

.comment-form>.form-submit, .form-submit input#submit {
    display: flex;
    flex: 1;
    justify-content: center;
}

Thanks, Leo! :)

No problem :)

This archived topic is closed to new replies.