Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1424259

    Hi

    I want that elements (‘Name’, ’emai’l and ’empresa’) in comment form appear beside each other (1/3), instead of underneath.
    https://novosite.graphitheque.net/wp-content/uploads/2023/10/comment_form.jpg

    Appreciate your help.
    Kind Regards

    #1424287

    Hey diogovareta,

    Thank you for the inquiry.

    You can add this css code to align the comment fields beside each other.

    #commentform p.comment-form-cookies-consent {
        clear: both;
    }
    
    #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-author {
        float: left;
        margin-right: 30px;
        width: 210px;
    }
    
    #commentform p.comment-form-cookies-consent label {
        top: -5px;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1424322

    Hi ismael,

    Thanks for your support.
    Can you please give the additional css code to center and align those 3 boxes with the box bellow?
    https://novosite.graphitheque.net/wp-content/uploads/2023/11/Screenshot_5.jpg

    Thanks

    #1424418

    Hi,

    Thank you for the update.

    Have you tried to modify the width value in the css rule above? Please find the following css code and adjust the width value as necessary.

    #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-author {
        float: left;
        margin-right: 30px;
        width: 210px;
    }

    You may need to adjust the width on different screen sizes with css media queries.

    Best regards,
    Ismael

    #1424434

    Ok.

    Thanks for your support

    #1424469

    Hi,

    No problem! Let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Comment Form to appear beside each other instead of underneath’ is closed to new replies.