Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

    Default modify form field sizes

    I would like to find out how to change the size of the form windows? I need to make the "Company name and Address" fields smaller. I see it in firebug that it is set to "41"
    ,but I can not find which page to edit it on?

    Can anyone give some ides, please?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: modify form field sizes

    includes/templates/YOUR_CUSTOM_TEMPLATE_NAME/templates/tpl_modules_create_account.php around line 39 for Company.

  3. #3
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: modify form field sizes

    Thank you. The only one I could not find is the "country". Any idea?

  4. #4
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: modify form field sizes

    Create a special stylesheet for the page and include things like the following:

    eg includes/templates/YOUR_TEMPLATE/css/mypage.css

    input#org_name {width:22em; margin:0.15em 0em;}
    input#org_reg {width:11em; margin:0.15em 0em;}
    input#org_address {width:22em; margin:0.15em 0em;}
    input#org_address2 {width:22em; margin:0.15em 0em;}
    input#org_city {width:22em; margin:0.15em 0em;}
    input#org_state {width:22em; margin:0.15em 0em;}
    input#org_postcode {width:11em; margin:0.15em 0em;}
    input#org_country {width:22em; margin:0.15em 0em;}

 

 

Similar Threads

  1. Replies: 6
    Last Post: 24 Nov 2022, 08:51 PM
  2. v150 Modify create an account form
    By hoang in forum General Questions
    Replies: 5
    Last Post: 11 Mar 2012, 10:37 PM
  3. Admin Form Field Sizes
    By SammyD in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2008, 01:19 PM

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