Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1488570

    Hi Kresi team,

    Could you please help reduce the padding on the Submit button on my contact page so that it matches the appearance shown in the Dropbox screenshot linked below?

    Thank you!

    #1488581

    Hey lara666,

    Thank you for the inquiry.

    The button in the screenshot looks different compare to the button in the actual contact page. Did you figure this out?

    View post on imgur.com

    Best regards,
    Ismael

    #1488636

    Hi Ismael,

    Thank you for your reply.

    Yes, that’s correct. I was hoping you could help reduce the padding on the contact page so it more closely matches the Portfolio button in the screenshot I shared earlier, as the Submit button on the contact page currently appears too long in comparison.

    #1488650

    Hi,

    Thank you for the clarification.

    Please add this css code to adjust the minimum width of the submit button:

    #top #wrap_all .main_color .button, .main_color #submit, #top #wrap_all .contact-form :is([type=submit],button:not([type=reset])) {
        min-width: 80px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1488787

    Hi Ismael,

    That worked great.

    Thank you!

    #1488789

    Hi,

    Great! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button padding’ is closed to new replies.