• Resolved catwingz

    (@catwingz)


    Hi,

    The input field for email in the widget is extending beyond the width of the sidebar in some browsers. What code can I add to make the overflow invisible?

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can do it by copying a few lines of CSS code. For that,

    1. Login to your WordPress website as an admin and go to Appearance > Customize
    2. Look for Additional CSS / Custom CSS at the bottom of the theme options
    3. Copy the following code and paste it inside the box without removing the existing code (if any)

    input.es_required_field.es_txt_email {
        width: 205px !important;
    }
    • This reply was modified 5 years, 1 month ago by vaksupport.
    • This reply was modified 5 years, 1 month ago by vaksupport.
    • This reply was modified 5 years, 1 month ago by vaksupport.
    Thread Starter catwingz

    (@catwingz)

    That worked perfectly! Thank you

    Thread Starter catwingz

    (@catwingz)

    It looks like I spoke too soon. I am seeing it on an old unsupported version of Chrome on Mac so it is possible more modern browsers are ok…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘input field in widget’ is closed to new replies.