Thread: Design Problem

Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    130
    Plugin Contributions
    0

    Default Design Problem

    Dear All

    See my Registration form I added lots of field and working fine but see how they looks

    See how
    Company Classification:
    Number of Employee:
    Company Website:
    1. I want to show them in 1 line
    2. I want to shift the text boxes and Drop Down boxes little bit towards right side


    I can't figure out how to make them align and look better
    Registration Form

    Regards to all
    Last edited by vishalon; 24 Feb 2010 at 01:09 PM.

  2. #2

    Default Re: Design Problem

    That is rather simple but it will require manual editing the .css for the web site design. What you need to do is edit the following file:

    http://www.oemxtrade.com/includes/te...stylesheet.css

    Change the following part:

    label.inputLabel {
    float:left;
    width:9em;
    }


    The width here should be increased. A width of 13 will suit you best as it seems. So those lines become:

    label.inputLabel {
    float:left;
    width:13em;
    }

    This will move all text boxes and drop down menus to the right.
    We know Zen Cart, because our customers love it!
    SiteGround Team Member

  3. #3
    Join Date
    Jan 2010
    Posts
    130
    Plugin Contributions
    0

    Default Re: Design Problem

    Thank You Martin

    I got with your help

 

 

Similar Threads

  1. order and design problem..
    By miha25 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 May 2009, 02:48 AM
  2. New Site Design Problem?
    By Adds in forum Basic Configuration
    Replies: 1
    Last Post: 8 Jun 2007, 05:37 PM
  3. Two design problem
    By camay123 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Nov 2006, 02:02 PM
  4. problem whit design. and buttons.
    By Marte in forum General Questions
    Replies: 1
    Last Post: 27 Sep 2006, 10:42 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