• Resolved vinceluk

    (@vinceluk)


    Hello I am using the “Rounded” template for the form. Everything is great except:

    Submit/Register button for some reason spans across the whole column (need to make it shorter)
    How to change the color of the button itself?
    How do I remove the border around the whole area (or make it white)?

    Thank you very much!

    • This topic was modified 6 years, 3 months ago by vinceluk.
    • This topic was modified 6 years, 3 months ago by vinceluk.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello vinceluk,

    Looks like you have used the 3 columns grid layout and dragged fields only on second column. The submit button is designed assuming all three columns are filled.

    However, you can adjust with additional CSS.

    Please paste this code in Appearance->Customize->Additional CSS box:

    .ur-frontend-form.ur-frontend-form--rounded form button[type=submit] {
        width: 290px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How do you change the submit button style?’ is closed to new replies.