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

Home Forums Support [Resolved] How to make the "submit comment button" width 100%?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1061220
    Jericho

    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!

    #1061230
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

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

    Thanks, Leo! ๐Ÿ™‚

    #1061269
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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