Results 1 to 3 of 3
  1. #1

    Default How to change email entry width in Newsletter Subscribe?

    Hi everyone,

    I installed the 'Newsletter Subscribe' module without any problems, and it's a cool module to have, very useful.

    I have the module set up to view on each page of my site, but I've noticed that the middle part, where a visitor can enter an email need to be changed a bit.

    The black border is too close to the right and I'd like to have it the same as the left hand side. I've attached a pic so you can see what I'm talking about. How do I do this?

    I'm using 1.3.8a, Firefox with Webmasters Toolkit if that helps.

    Thanks
    Last edited by dpet102; 31 Oct 2009 at 05:09 AM.

  2. #2

    Default Re: How to change email entry width in Newsletter Subscribe

    Update:

    Here's what I see in Firefox using the Webmaster Tool when I highlight just the "enter your email" section.

    * (line 1)
    {
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    }

    input, select, textarea (line 13)

    {

    font-family: arial;
    color: #ffffff;
    line-height: 13px;
    font-size: 11px;
    background-color: #6d6d6d;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-top-width: 1px;
    border-right-width-value: 1px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-bottom-width: 1px;
    border-left-width-value: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-top-style: solid;
    border-right-style-value: solid;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-bottom-style: solid;
    border-left-style-value: solid;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-top-color: #000000;
    border-right-color-value: #000000;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-bottom-color: #000000;
    border-left-color-value: #000000;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    vertical-align: middle;

    }
    http://indigodecorative.com/includes...stylesheet.css

    form, select, input (line 26)

    {

    }

    input:focus, select:focus, textarea:focus (line 37)

    {

    }
    Last edited by dpet102; 13 Jul 2009 at 04:53 PM. Reason: too much space wasted

  3. #3
    Join Date
    Aug 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: How to change email entry width in Newsletter Subscribe?

    includes\templates\yourtemplate\sideboxes\tpl_subscribe.php

    is that you need edit this file?

    PHP Code:
       $content .= '<label>' zen_draw_input_field('email''''size="18" maxlength="90" style="width: ' .
                   (
    $column_width-30) . 'px" value="' HEADER_SUBSCRIBE_DEFAULT_TEXT 
    I'm also a newbie, anyone can help?

 

 

Similar Threads

  1. Exporting email addresses - Newsletter Subscribe mod
    By MeltDown in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Apr 2010, 05:54 PM
  2. Newsletter Subscribe mod - Confirmation Email Not Sending Out?
    By msmith29063 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Nov 2008, 12:09 AM
  3. Newsletter Email Confirmation (subscribe contrib)
    By trudesign in forum General Questions
    Replies: 6
    Last Post: 6 Sep 2008, 09:23 PM
  4. Newsletter re-subscribe when Newsletter Subscribe module installed
    By karl19 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Oct 2007, 05:57 PM
  5. how do I edit the Newsletter Subscribe email ?
    By eaglerock in forum General Questions
    Replies: 2
    Last Post: 31 Mar 2007, 12:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg