Site logo

Archived topic

Comments button layout

3 replies · Started by Sukalery on August 25, 2021

Viewing posts 1–4 of 4

Hi, I want to move the post comment button to be the same line as name field.

screenshot: https://ibb.co/hFhBZ7f

Thank you.

Hi there,

Try adding this CSS:

input#author,
p.form-submit  {
    display: inline !important;
}

p.form-submit {
    margin-right: 30px;
}

Adjust the margin value to your preference .:D

Thank you Elvin, great as always.

No problem. :D

This archived topic is closed to new replies.