Hi, after update plugin to version 2.4, on my site http://www.confidiprofessionisti.it the box of newsletter lost format. I try to edit .css file and put it into theme directory, but the problem is still on.
Can you help me?
Form not resize after update last version
(4 posts) (2 voices)-
Posted 3 months ago #
-
The probrel seems related to "label"
Into Iexplorer i press F12 and inspect .css rules
Seems that the page take .css from a theme file reset.css instead alo-easymail.css
Particularly three option are redefined
Label
- width: 130px
- text-align: right
- color: #404040How can I force alo-easymail plugin to rewrite this values?
Thank you
Posted 3 months ago # -
I've seen the site. You can add rules like the following to format the form. I've just tried via Firebug and they works:
.alo_easymail_form_table label { width: 80px; } .alo_easymail_widget_form .input-text { width: 100%; }To be sure that your css styles rewrite other rules, you can add
!importantat the and of a line and the rule will be apply.
So, for example:width: 80px !important;Posted 3 months ago # -
Thanks a lot
I resolved position and color problem add this line to alo_easymail.css.alo_easymail_form_table label {color:inherit; width:inherit; text-align:inherit}
Posted 3 months ago #
Reply
You must log in to post.
