How can I align submit button to center using Dawn Theme?


I basically want to center the button so everything is in the middle. Thanks!

1 Like

Hello @FYPS :waving_hand:

You can go to Themes, Edit code, open file base.css and add this code snippet at the bottom

#comments .button {
    display: block;
    margin: auto;
}

Hope that helps!

Hey! I appreciate the reply, but it didn’t work. :confused:

Do you have any other ideas that may help?