• 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/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author eventualo

    (@eventualo)

    I forgot those size attributes 😛 … Thank you very much for the report, I’ll delete them in next release so we can use css styles.

    Thread Starter moepstar

    (@moepstar)

    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?

    Plugin Author eventualo

    (@eventualo)

    I think to add css classes to the inputs so you can assign rules with a css file in your theme.

    Thread Starter moepstar

    (@moepstar)

    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 😉

    Plugin Author eventualo

    (@eventualo)

    In style.css of your theme you add a css rule like this:

    .alo_easymail_form_table .input-text{
    	width: 100%;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: ALO EasyMail Newsletter] Signup Name and eMail columns way too narrow’ is closed to new replies.