Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2604108
Wrong styling contact form button
Closed

Comments

  • irisslabbekoorn started the conversation

    Hi,

    On desktop, the form on my contact page looks as expected. But when I look on mobile (Chrome/Safari) the styling of the submit button is off. Can you explain me how this happens and what I can do about it?

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, that's style for all submit button from iOS devices. With Android devices - it's normal.

    You can try add more this code to Customize > Custom CSS to fix it:

    .wpcf7 input[type="submit"]{ height: 40px; line-height: 40px; padding: 0 20px; border-radius: 0; -webkit-border-radius: 0; }
    

    Hope this helps,


    Best Regards,

    PenciDesign