moepstar
Member
Posted 1 year ago #
I'm not exactly sure who thought it'd be a good idea to make the columns 10 chars wide but at least to me that is way too narrow.
It'd help if you could configure the width or at least make it wider by default (30 to 40 chars?).
I'm aware that i can easily change that in the source code but hacking plugins to do just that doesn't seem right :/
http://wordpress.org/extend/plugins/alo-easymail/
I forgot those size attributes :P ... Thank you very much for the report, I'll delete them in next release so we can use css styles.
moepstar
Member
Posted 1 year ago #
Thanks for considering :)
However, while you're at it - why not make it a setting so you don't need to alter the CSS for such a trivial thing which will be overwritten on the next update?
I think to add css classes to the inputs so you can assign rules with a css file in your theme.
moepstar
Member
Posted 1 year ago #
I wonder - is this fixed in 1.8.7?
If so, where can i define the width - sorry if i'm just blind :/ In that case sorry for wasting your time ;)
In style.css of your theme you add a css rule like this:
.alo_easymail_form_table .input-text{
width: 100%;
}