dixido Posted May 28, 2010 Share Posted May 28, 2010 Hi,I have a small problem,In my newsletter box module the form for entering the e-mail address is too wide and I am not sure what is causing this or where to change it.I am using v1.3 with a theme that supports it.Anyone have any idea?Thanks Link to comment Share on other sites More sharing options...
rocky Posted May 28, 2010 Share Posted May 28, 2010 You'll need to change line 10 of modules/blocknewsletter/blocknewsletter.tpl: <input type="text" name="email" size="18" value="{if $value}{$value}{else}{l s='your e-mail' mod='blocknewsletter'}{/if}"></p> Reduce the size from 18 to lower values until the text field fits. Link to comment Share on other sites More sharing options...
dixido Posted May 29, 2010 Author Share Posted May 29, 2010 cool man, thanks! worked like a charm. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now