Hello,
I have created few forms by using several different plugins. However, in every case, longer form field titles are jumbled in mobile view. Altough the sizes of the fields are responsive, longer titles are jumbled in mobile view. Is there any way to make these titles responsive (eg.smaller fonts) in mobile? Thank you….
Hey a_edemirci,
Please post a link to where we can see an example of the problem that you are having.
Best regards,
Rikard
Hello Rikard,
This is how it looks on mobile:
Thank you….
Hi,
Please post a link to where we can see an example of the problem that you are having.
We cannot inspect the elements in a screenshot.
Best regards,
Rikard
Hi,
The plugin sets the line height to zero, try this css in your quick css:
@media only screen and (max-width: 767px) {
.wpforms-field-label {
line-height: 14px !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike. Worked perfectly….
Hi,
Great, I’m glad that Mike could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard