• 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?
    Thank you so much

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @reachinghappy,

    Please navigate to WordPress > Appearance > Customize > Additional CSS, paste the below CSS code and publish the changes

    .es_subscription_form input[name="name"], .es_subscription_form input[name="email"]{
    	width:94% !important;
    }

    Let us know how this works for you.
    Thank You!

    Thread Starter reachinghappy

    (@reachinghappy)

    Thank you SO much @asmipatel !!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget text boxes too wide — need CSS advice please’ is closed to new replies.