You can log back in here.
Hello,
As the title suggests, I am looking for some coding help to center the comment box. I noticed that they align to the left as a default now?
It is driving me insane!
try this: {text-align: center}
{text-align: center}
If 's suggestion doesn't work, this should:
form { text-align: center; }
Thank you guys so much for the help! Both codes worked perfectly and I can now live in peace :D