Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1487692

    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….

    #1487740

    Hey a_edemirci,

    Please post a link to where we can see an example of the problem that you are having.

    Best regards,
    Rikard

    #1487774

    Hello Rikard,

    This is how it looks on mobile:

    Screenshot-20250809-070001-Opera

    Thank you….

    • This reply was modified 1 month, 3 weeks ago by a_edemirci.
    • This reply was modified 1 month, 3 weeks ago by a_edemirci.
    #1487789

    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

    #1487795
    This reply has been marked as private.
    #1487799

    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

    #1488012

    Thank you Mike. Worked perfectly….

    #1488033

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Jumbled Form Field Titles’ is closed to new replies.