My Upload and Submit buttons aren't aligning

  • boxclub
    Asked on October 27, 2015 at 5:19 PM

    I need them to both align center and have zero border radius. Please help with some CSS! 

    The editor view and the preview views are totally different. I want it to look like "Capture", not Capture2"

     

    My Upload and Submit buttons arent aligning Image 1 Screenshot 30My Upload and Submit buttons arent aligning Image 2 Screenshot 41

    1st image - GOOD, 2 image BAD

     

     

  • abajan Jotform Support
    Replied on October 27, 2015 at 8:06 PM

    In the form designer, please replace the relevant rules with the following:

    .qq-upload-button {
       border-radius : 0;
    }

    .qq-uploader {
       width : 100%;
    }

    When done, your form should look like this clone of it. If the appearance is still not to your liking, please inform us.

    Thanks