Home Forums Newsletter Plugin Support Sizing the input field

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24336
    Anonymous
    Inactive

    Hi there:

    I’m trying to resize the input field for the newsletter subscription. I have done other styling of the form but for some reason I’m not able to change the width. I am using the following css:

    .newsletter-email {
       background-color: #f9f9f9;
       width: 310 px; !important;
       border-width: 1px;
        border-style: solid;
        line-height: 31px;
        font-size: 15px;
        padding: 5px 15px;
        margin-bottom: 10px;
    }

    Any ideas on why this isn’t working?

    Thanks in advance for any help!
    Sarah

    #24368
    Stefano
    Keymaster

    Try to correct a little bit the syntax:

    width: 310px!important;

    Stefano.

    #24372
    Anonymous
    Inactive

    Perfect!! Great catch, Stefano!

    Thank you very much!

    Sarah

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.