Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Layout problem with forms

    try adding the following to your css
    #shoppingCartDefault {
    background-color:#FFFFFF;
    border:1px solid #4A5D2A;
    margin:10px;
    padding:10px 5px 50px;
    }
    That should change the bottom padding on the checkout to include the buttons.

    It's similar to the .centercolumn call but, if you change that one, it will change all instances of the center column.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #12
    Join Date
    Dec 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Layout problem with forms

    Quote Originally Posted by dbltoe View Post
    try adding the following to your css

    That should change the bottom padding on the checkout to include the buttons.

    It's similar to the .centercolumn call but, if you change that one, it will change all instances of the center column.
    Awsome thanks this put me on the right track

    what i did was remove the .centercolumn code. and added this

    #productGeneral, #contactUsDefault, #indexProductList, #indexDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #shoppingCartDefault {
    background-color:#FFFFFF;
    border:1px solid #4A5D2A;
    margin:10px;
    padding:10px 5px 50px;
    }

    Thanks again

  3. #13
    Join Date
    Dec 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Layout problem with forms

    #productGeneral, #contactUsDefault, #indexProductList, #indexDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #shoppingCartDefault, #timeoutDefault, #checkoutSuccess, #newProductsDefault, #allProductsDefault, #accountDefault, #accountEditDefault, #addressBookDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #loginDefault, #logoffDefault, #privacy, #siteMap, #shippingInfo {
    background-color:#FFFFFF;
    border:1px solid #4A5D2A;
    margin:10px;
    padding:10px 5px 50px;
    }


    found some more

  4. #14
    Join Date
    Dec 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Layout problem with forms

    Life would be so much easier if IE worked...

    All these DIV elements i have changed work fine in Mozilla.

    All but 2 in IE work fine also. The 2 that dont work in IE the bottom margin is completely stuffed.

    #indexProductList and #account Default

    what could be impacting on these 2 and not the rest in IE?

  5. #15
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Layout problem with forms

    Firefox is very forgiving and able to understand that we really meant to close that div.

    Take the time after each change to review your site in some html validator. The rewards will be great.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #16
    Join Date
    Dec 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Layout problem with forms

    Confused now.

    Uploaded this address to W3C validator.

    http://adelaidehillswinecellar.com.a...n_page=account

    got a clear pass no errors. But still the page margins are not working correctly.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Strange Problem With Forms
    By apease11 in forum Installing on a Windows Server
    Replies: 2
    Last Post: 21 Sep 2010, 02:14 AM
  2. Problem: layout problem with Firefox!
    By raylauhk in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Aug 2010, 07:41 PM
  3. Changing layout of forms, specifically the contact_us page form.
    By aperfecthost in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 3 Sep 2009, 06:06 AM
  4. Problem with forms. What's missing?
    By sjk1000 in forum General Questions
    Replies: 1
    Last Post: 16 Feb 2009, 08:56 PM
  5. Replies: 2
    Last Post: 18 Dec 2006, 09:08 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