Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @deothemes,

    I can see the issue on the page you mentioned.

    This is in most cases the will fix the issue:

    – Go to Dashboard > Appearance > Customizer > Custom CSS https://i.imgur.com/L1OLdZt.jpg
    – Add the following:

    .wpforms-container .wpforms-field { position: inherit; }

    I hope this helps.

    Let me know if this solves the issue.

    Cheers ??

    Hi @rizwan681,

    Thanks for writing in!

    I tried checking the links you have provided but they go to a 404 page now.

    But in case you need further context on the issue, it is most likely that the issue you’re seeing is a result of the base styling option being used on your site. If you go to WPForms > Settings and look to the Include Form Styling dropdown, this is currently set to Base styling only. This option includes limited styling, which is why you’re seeing this issue in multi-column layouts.

    To fix this, you could consider two options:

    1) You could switch this dropdown to our default option, Base and form theme styling. For more details on what each of these options mean, here’s our tutorial on styling options.

    2) You could use some custom CSS, which I’ve included here:

    
    .wpforms-field {
        clear: both !important;
    }
    

    In case it helps, here’s a tutorial on easy ways to add custom CSS like this to your site.

    I hope this helps.

    Thread Starter DeoThemes

    (@deothemes)

    @rizwan681 This helps, I wonder why is it not merged in the core?

    Hi @deothemes,

    We’re glad to hear you got it sorted.

    I have taken note of this issue so that our development team can look into it and possibly add it in an update.

    Have a good one!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Inputs are not clickable’ is closed to new replies.