I cannot find where to resize the forms on the sidebar widget. Any help??
I cannot find where to resize the forms on the sidebar widget. Any help??
You can resize the form via the Style sub-tab on the admin menu. Let me know if you need anything else. Thanks!
Brian
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
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
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;
}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
http://www.concretestreet.net
You must log in to post.