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 #2875988
Submit button text truncated
Closed

Comments

  • LazyBit started the conversation

    Hi dev,

    If the viewport is between 961 and 1169 the newsletter submit button text is truncated, please check https://imgur.com/Z6RPzCM

    I tried to ask to Contact Form 7 support, but no answer. I know it's not a theme-related issue, but I would be very happy if you help me to make it responsive.

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (min-width: 961px) and (max-width: 1169px) {
        .wpcf7 input[type="submit"] {
            font-size: 16px;
        }
    }

    Regards,
    PenciDesign.



  • LazyBit replied

    Rock solid fix, as always. Thank you!