Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey mowerb!

    Thanks for stopping by the forum. I understand the need to get that corrected, and we’ll be happy to help.

    I’d attempted to access the URL you’d provided above, but I seem to be encountering some problems with connecting to it. This may be a temporary issue, but can you confirm the URL of the page where the plugin is currently located on your site? We’d be happy to take a closer look, which should provide us with a better sense of what’s currently being observed.

    Looking forward to your reply.
    -Elliot

    Thread Starter mowerb

    (@mowerb)

    Hi Elliot,

    Thanks for your reply. Yes, that is the correct URL. Alternatively, you can go to https://www.rockcreekcorner.com/ and click on the “Join our Mailing List” in the lower right hand side of any page.

    Thanks,

    Hi Mowerb,

    Thanks for the link! After investigating this, it appears the text being cutoff is only occurring in Chrome and could be related to this specific font and the line-height.

    To fix this, you can add a little bit of css to your site’s style.css file. To edit the style.css, in the WordPress admin area click Appearance > editor. Select the style.css file for your theme and add this css to the bottom.

    input[type="text"], input[type="email"] {
    	line-height: 25px;
    }

    That will basically increase the line-height for text in input elements. This should fix the text cut off issue.

    Let us know if you have any other questions.

    -mc_d

    Thread Starter mowerb

    (@mowerb)

    Thanks for your response and the code. I added it, and it fixes the issue. The text is a little bit shifted towards the top of the text box, but at least it is showing the whole text.

    Best,
    mowerb

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text cut off’ is closed to new replies.