• Resolved arunavtnt

    (@arunavtnt)


    I’m not able to fix this misalignment of the text on the submit button and it looks bad. How do I fix this? It’s back to normal when I turn off your plugin but it looks like this when I turn the plugin back on.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @arunavtnt,

    Your theme has a !important CSS selector adding extra padding to the buttons. To fix it we just need to add our own !important.

    Add this CSS to Appearance > Customise > Material Design Forms > Custom CSS.

    #cf7md-form .mdc-button {
      padding: 0 16px !important;
    }

    That will fix your issue.

    Thanks,
    Angus

    Thread Starter arunavtnt

    (@arunavtnt)

    Thanks a lot, it worked! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Misalignment of text on Submit button’ is closed to new replies.