Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Change Table Column Widths in Checkout Page

    Hi,

    If you look at my split screen checkout page:



    You can see that the address part is pretty squashed whereas the information text is given lots of space.

    Question: How do I change the width of the address columns so that they're wider?

    https://www.limelites.co.uk/

    This is the PHP code that's calling the address, what would my stylesheet class be to tweak the width?

    PHP Code:
    <div id="checkoutShipto" class="floatingBox back">
                                <?php if ($displayAddressEdit) { ?>
                                <div class="buttonRow forward"><?php echo '<a href="' $editShippingButtonLink '">' zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESSBUTTON_CHANGE_ADDRESS_ALT) . '</a>'?></div>
                                <?php ?>
                                <address class=""><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['sendto'], true' ''<br />'); ?></address>
                                </div>
                                <div class="floatingBox important forward"><?php echo TEXT_CHOOSE_SHIPPING_DESTINATION?></div>
                                </fieldset>
    Last edited by limelites; 20 Apr 2009 at 10:05 AM.

 

 

Similar Threads

  1. SQL script to change site wide table widths
    By bigstore in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Feb 2012, 02:12 AM
  2. Changing Column Widths
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jun 2010, 06:58 PM
  3. I've lost control of column widths!
    By bendlikewillow in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Jul 2008, 09:07 PM
  4. where do I change category column widths?
    By kappaluppa in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 27 Mar 2007, 03:31 PM
  5. Cart Contents table widths
    By thuynh7 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2006, 08:04 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