Can’t type in fields when styling w/ CSS
-
Hi,
I am running into an issue where I am unable to click and type in any field after styling with CSS Classes using the layout selection in WPForms. For instance, when wanting an employee’s name and employee # fields to show on the same line, I’m using wpforms-two-thirds wpforms-first and wpforms-one-third respectively which styles the form as shown below.
Screenshot of part of my styled form
But, I can’t click and type in any of those fields, though I used to be able to. I had this same issue before, but I was able to resolve it after some sleuthing around these forums with the following code:
.wpforms-container .wpforms-field { position: inherit !important; }Does anyone have any idea why it might have stopped working, or more importantly, what I can do to get it fixed? For the time being I’ve simply removed all CSS styling and the form is working properly again.
Thank you for your help!
The topic ‘Can’t type in fields when styling w/ CSS’ is closed to new replies.