Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @bsb85my,

    Thanks for writing in.

    When you get the chance, can you please try to set the Include Form Styling setting of WPForms to Base and form theme styling and see if it fixes the issue?

    Kindly check here for more details.

    I hope this helps!

    Thread Starter Aaron W.

    (@bsb85my)

    Hi,

    I’ve changed to Base and form theme styling but still it doesn’t fix it.

    I’m using Elementor Pro with Astra theme.

    Thread Starter Aaron W.

    (@bsb85my)

    I guess I know what’s the problem. I’m using Ultimate Addons plugin and this cause this issue.

    If I’m using the shortcode, then it’s normal. However, I’m not able to style it the way I want.

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hey @bsb85my,

    Thanks for the update!

    When you get the chance, could you share the link to the form on your site so we can have a look at it? Also, please let us know the style changes that you are looking to do?

    Thanks!

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @bsb85my,

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

    Thread Starter Aaron W.

    (@bsb85my)

    Sorry, the notice emails all went to spam mail. I do not know this thread is being replied.

    Here is the link: https://www.iqielitegroup.com/does-property-industry-suites-me-quiz-survey/

    I need to user CSS selector to modify the spacing.

    selector form input[type="tel"] {
        padding: 12px 50px !important;
    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @bsb85my,

    Thanks for the details!

    To do what you’ve described, please try the following snippet

    .wpforms-field.wpforms-field-phone {
        padding: 12px 50px !important;
    }
    

    If you’d like to learn more about styling other form fields, we have a detailed article that covers the selectors of the form fields.

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Placeholder and Input Details Under Flag Icon’ is closed to new replies.