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!
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?
Best regards,
Ismael
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.
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;
}
Best regards,
Ismael
Hi Ismael,
That worked great.
Thank you!