JoeyHowellArt Posted July 19, 2023 Posted July 19, 2023 Hello, I am updating my site and the button on my contact form is supposed to be a normal oval but instead its this massive circle, and I can't seem to make it smaller at all since it's connected to my form. Any insight on how to fix this would be appreciated. -Joey
tuanphan Posted July 22, 2023 Posted July 22, 2023 Hi, Can you share link to this page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
JoeyHowellArt Posted August 3, 2023 Author Posted August 3, 2023 Sure! The over sized button that I cant seem to adjust like other buttons on my website is here:https://www.joeyhowellart.com/inquire
tuanphan Posted August 6, 2023 Posted August 6, 2023 On 8/3/2023 at 7:20 AM, JoeyHowellArt said: Sure! The over sized button that I cant seem to adjust like other buttons on my website is here:https://www.joeyhowellart.com/inquire Default padding of button causes this. You can use this code to Design > Custom CSS (or Website > Website Tools > Custom CSS) to fix problem div.form-block input.button.sqs-system-button { border-radius: 50% !important; width: 100px !important; height: 100px !important; line-height: 100px !important; padding: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment