[Resolved] comment section placeholders

Home Forums Support [Resolved] comment section placeholders

Home Forums Support comment section placeholders

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2368393
    Manideep

    I have removed the Website URL placeholder from the common section.

    Name and email placeholder are up and down, but I need name and email placeholders side by side like the reference website I have shared below.

    I want my website’s common section to look like a reference website I have shared.

    reference website: https://tinyurl.com/2mbfleo3

    Thank You.

    #2368550
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    
    .comment-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .comment-form :not(input) {
        flex: 1 0 100%;
    }
    .comment-form input {
        flex-basis: calc(50% - 5px);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.