Viewing 8 replies - 1 through 8 (of 8 total)
  • You can resize the form via the Style sub-tab on the admin menu. Let me know if you need anything else. Thanks!

    Brian

    Thread Starter zowieguy

    (@zowieguy)

    Thanks, But I have been messing with the CSS file and cannot seem to find where the form size is. I have tried several thing but cannot get it right. I assume this is the code to alter?

    .easysms_widget {
    width:100%;
    padding:1px;
    text-align:left;
    padding-top:1px;
    padding-bottom:1px;
    }

    any help would be appriciated…
    Thanks’
    _Bradley

    Try adding this line:

    .easysms_widget input{
        width:80%;
    }

    OR for the dropdown add this:

    .easysms_widget select{
        width:80%;
    }

    Let me know if this works.

    BF

    Thread Starter zowieguy

    (@zowieguy)

    Thanks – But that just sizes form labels on the sidebar.

    Had other issues too. Keep getting error message.
    I will mess with it later…
    Thanks for the help tho’

    _Bradley

    I just released 2.0.6 and it should take care of the AJAX issues. Also, if you want to control the form itself use this. I misunderstood what you wanted.

    form.easysms {
      text-align:left;
    }

    Let me know if this helps!

    BF

    Thread Starter zowieguy

    (@zowieguy)

    Thanks for the Update – is working now.. But I can not rezize the Form still..

    I tried this:

    form.easysms {
      text-align:left; size="10";
    }

    Doesnt work… Please advise.
    Thanks’
    _Bradley

    Bradley

    Wrong CSS syntax

    form.easysms {
      text-align:left;
      width: 90%;
    }

    OR

    form.easysms {
      text-align:left;
      width: 110px;
    }
    Thread Starter zowieguy

    (@zowieguy)

    Thanks – all fixed!!
    What a great plugin.. I was using the other SMS plugin and yours blows that one outta the water. Mad Props’

    Thanks again’
    _Bradley
    https://www.concretestreet.net

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: EasySMS] Resize Input Forms’ is closed to new replies.