• Resolved reachinghappy

    (@reachinghappy)


    Somehow the problem I posted about here is happening again despite the resolution that had worked for several months still being in place. Any advice would be appreciated, thank you!

    (I have an ES form widget in the sidebar of my theme, everything works, but the fillable textboxes (name + email) are extending too far to the right and off the page.
    Is there any CSS that I can add/edit to correct this?)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor kishanranawat

    (@kishanranawat)

    Hello @reachinghappy,

    Sorry to hear that you are facing appearance-related issue with the subscription form.

    We have checked the site and found the cause of the issue. It looks like the earlier CSS fix isn’t working due to form-related changes in the recent versions of the plugin.

    Please replace the existing CSS provided in this thread with the following in the Customizer’s settings(Appearance > Customize > Additional CSS)

    .es_subscription_form input[name="esfpx_name"], 
    .es_subscription_form input[name="esfpx_email"] {
    	box-sizing: border-box;
    }

    Hope this helps you. Let us know if you have any further queries.

    Thank You!

    Thread Starter reachinghappy

    (@reachinghappy)

    That worked, thank you very much!

    Plugin Contributor kishanranawat

    (@kishanranawat)

    Hi @reachinghappy,

    Glad to hear that it worked.

    Since the issue is resolved now, I am marking this thread as resolved.

    Feel free to open a new thread in case if you face any issues or have any queries.

    Also, we hope you’re enjoying the Email Subscribers plugin and our support! If you liked it, then could you please do us a favor and leave a review here. This will help in spreading the word and boost our motivation.

    Thank you in advance!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘widget-text-boxes-too-wide-need-css-advice-please’ is closed to new replies.