Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lgale

    (@lgale)

    I have customized it exactly as I want it to appear, but it will not show up this way on the published, updated homepage https://www.dropbox.com/s/o4kba2yzoo8xk97/Screenshot%202015-01-14%2011.05.46.jpg?dl=0

    Thread Starter lgale

    (@lgale)

    Website is live and I could use some help with custom CSS to fix this. Thanks!!

    Hi Igale,

    change the height to 40px.

    You Custom CSS code:
    #optinforms-form1-subtitle{display:none;}#optinforms-form1-name-field-container{display:none;}#optinforms-form1-email-field-container{width:78%;}#optinforms-form1-email-field{height:40px;}

    If you want to get rid of the space above and below the input field, add this code instead:
    #optinforms-form1-title,#optinforms-form1-subtitle,#optinforms-form1-disclaimer{display:none;}#optinforms-form1-name-field-container{display:none;}#optinforms-form1-email-field-container{width:78%;}#optinforms-form1-email-field{height:40px;margin:0;}

    Let me know if you were able to get it the way you like it 😉

    Thread Starter lgale

    (@lgale)

    Thanks – the client wants that empty space above and below! Thanks for the help!

    You’re welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Input Field Size will not customize’ is closed to new replies.