Thread: Form styling

Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    92
    Plugin Contributions
    0

    help question Form styling

    Can anyone help me please. The check boxes and radio buttons aren't displaying properly in my site. They are not lining up with the rest of the form and it makes it very difficult to fill the forms in. I don't think its a big job to fix this but I can't work out where the problem is.
    any help will be very much appreciate with this.

    Here's the site and if you go to the checkout pages you'll see what I mean.

    http://www.medshop.co.uk/index.php

  2. #2
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Form styling

    I like the overall design of your site.

    I put an item in your cart and started the checkout process. I did not go completely through the checkout, but I could see that your radio buttons on your billing information page were right next to each other.

    Some pointers here that may lead you in the right direction:

    On stylesheet.css (line 629) you have:
    label {
    float:left;
    }
    floating the label tags takes them out of the normal flow with the radio buttons.

    Try floating the affected input tags left also. For example:

    input#email-format-html, input#email-format-text {
    float: left;
    }

  3. #3
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Form styling

    or you could try floating all your input tags:
    label, input {
    float:left;
    }

    but you will want to go through your site and make sure nothing in your layout is negatively affected by this.

  4. #4
    Join Date
    Aug 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Form styling

    thank for the pointers managed to fix the problem now. Looks better.
    Much appreciated.

  5. #5
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Form styling

    Glad to hear you got it fixed.

 

 

Similar Threads

  1. Can I setup a form and charge a fee thru that same form?
    By fitpiglet in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jun 2013, 06:50 PM
  2. How do I add a comment form before the submit order form?
    By hello in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 18 Jul 2010, 12:47 PM
  3. Need immediate help for displaying product fields in tabular form(cell form)
    By Madhu in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Jan 2009, 01:00 PM
  4. SPAM from ‘Contact Us’ form, even though form is removed
    By Beer_man in forum General Questions
    Replies: 5
    Last Post: 3 Dec 2008, 02:40 AM
  5. Styling form buttons
    By cochlear in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Jun 2007, 08:04 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